Home
last modified time | relevance | path

Searched refs:X86MCInstLower (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AsmPrinter.h21 class X86MCInstLower; variable
84 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
85 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
86 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
87 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
89 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
93 X86MCInstLower &MCIL);
94 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL);
95 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
96 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL);
[all …]
HDX86MCInstLower.cpp52 class X86MCInstLower { class
60 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
107 X86MCInstLower::X86MCInstLower(const MachineFunction &mf, in X86MCInstLower() function in X86MCInstLower
112 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { in getMachOMMI()
118 MCSymbol *X86MCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const { in GetSymbolFromOperand()
191 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO, in LowerSymbolOperand()
398 X86MCInstLower::LowerMachineOperand(const MachineInstr *MI, in LowerMachineOperand()
465 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower()
930 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr()
1188 X86MCInstLower &MCIL) { in LowerSTATEPOINT()
[all …]
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile1327 SRCS_MIN+= Target/X86/X86MCInstLower.cpp