Searched refs:X86MCInstLower (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.h | 21 class X86MCInstLower; variable 82 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 83 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 84 void LowerFAULTING_LOAD_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 86 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
|
D | X86MCInstLower.cpp | 45 class X86MCInstLower { class 52 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter); 116 X86MCInstLower::X86MCInstLower(const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower 121 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI() 128 MCSymbol *X86MCInstLower:: 226 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 404 X86MCInstLower::LowerMachineOperand(const MachineInstr *MI, in LowerMachineOperand() 436 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() 713 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() 843 X86MCInstLower &MCIL) { in LowerSTATEPOINT() [all …]
|
D | Android.mk | 27 X86MCInstLower.cpp \
|
D | CMakeLists.txt | 25 X86MCInstLower.cpp
|