Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:tid

504 MachineInstr::MachineInstr(const MCInstrDesc &tid, bool NoImp)
505 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
518 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
520 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
535 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const MCInstrDesc &tid)
536 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
551 const MCInstrDesc &tid)
552 : MCID(&tid), Flags(0), AsmPrinterFlags(0),