Lines Matching refs:X86MCInstLower
69 class X86MCInstLower { class
77 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
144 X86MCInstLower::X86MCInstLower(const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower
149 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI()
155 MCSymbol *X86MCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const { in GetSymbolFromOperand()
232 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
338 MCOperand X86MCInstLower::LowerMachineOperand(const MachineInstr *MI, in LowerMachineOperand()
405 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
529 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr()
789 X86MCInstLower &MCIL) { in LowerSTATEPOINT()
850 X86MCInstLower &MCIL) { in LowerFAULTING_OP()
886 X86MCInstLower &MCIL) { in LowerFENTRY_CALL()
981 X86MCInstLower &MCIL) { in LowerPATCHABLE_OP()
1040 X86MCInstLower &MCIL) { in LowerPATCHPOINT()
1102 X86MCInstLower &MCIL) { in LowerPATCHABLE_EVENT_CALL()
1200 X86MCInstLower &MCIL) { in LowerPATCHABLE_TYPED_EVENT_CALL()
1303 X86MCInstLower &MCIL) { in LowerPATCHABLE_FUNCTION_ENTER()
1343 X86MCInstLower &MCIL) { in LowerPATCHABLE_RET()
1375 X86MCInstLower &MCIL) { in LowerPATCHABLE_TAIL_CALL()
2192 X86MCInstLower MCInstLowering(*MF, *this); in emitInstruction()