Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h16 // Implemented in X86MCInstLower.cpp
18 class X86MCInstLower; variable
83 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
84 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL);
85 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
86 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL);
88 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
92 X86MCInstLower &MCIL);
93 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL);
94 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower
[all...]
H A DX86MCInstLower.cpp69 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()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1664 SRCS_MIN+= Target/X86/X86MCInstLower.cpp