Searched refs:X86MCInstLower (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.h | 22 class X86MCInstLower; variable 85 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 86 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 87 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 88 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 90 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI); 94 X86MCInstLower &MCIL); 95 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL); 96 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); 97 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); [all …]
|
D | X86MCInstLower.cpp | 53 class X86MCInstLower { class 61 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter); 110 X86MCInstLower::X86MCInstLower(const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower 115 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI() 121 MCSymbol *X86MCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const { in GetSymbolFromOperand() 180 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 386 X86MCInstLower::LowerMachineOperand(const MachineInstr *MI, in LowerMachineOperand() 418 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() 728 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() 916 X86MCInstLower &MCIL) { in LowerSTATEPOINT() [all …]
|
D | CMakeLists.txt | 50 X86MCInstLower.cpp
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.h | 21 class X86MCInstLower; variable 103 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 104 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 105 void LowerFAULTING_LOAD_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 106 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 108 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI); 112 X86MCInstLower &MCIL); 113 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL); 114 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
|
D | X86MCInstLower.cpp | 53 class X86MCInstLower { class 60 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter); 110 X86MCInstLower::X86MCInstLower(const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower 115 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI() 122 MCSymbol *X86MCInstLower:: 181 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 357 X86MCInstLower::LowerMachineOperand(const MachineInstr *MI, in LowerMachineOperand() 389 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() 693 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() 845 X86MCInstLower &MCIL) { in LowerSTATEPOINT() [all …]
|
D | CMakeLists.txt | 28 X86MCInstLower.cpp
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86MCInstLower.h | 30 class LLVM_LIBRARY_VISIBILITY X86MCInstLower { 38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
|
D | X86MCInstLower.cpp | 32 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower 37 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI() 44 MCSymbol *X86MCInstLower:: 132 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand() 301 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() 534 X86MCInstLower &MCInstLowering, in LowerTlsAddr() 597 X86MCInstLower MCInstLowering(Mang, *MF, *this); in EmitInstruction()
|
D | X86InstrSSE.td | 279 // X86MCInstLower does. 303 // X86MCInstLower does.
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 829 llvm/lib/Target/X86/X86MCInstLower.cpp \
|
D | BUILD.gn | 467 "llvm/lib/Target/X86/X86MCInstLower.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1531 ${LLVM_DIR}/lib/Target/X86/X86MCInstLower.cpp
|