Searched refs:X86MCInstLower (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.h | 18 class X86MCInstLower; variable 107 void LowerPATCHPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 108 void LowerSTATEPOINT(const MachineInstr &MI, X86MCInstLower &MCIL); 109 void LowerFAULTING_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 110 void LowerPATCHABLE_OP(const MachineInstr &MI, X86MCInstLower &MCIL); 112 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI); 116 X86MCInstLower &MCIL); 117 void LowerPATCHABLE_RET(const MachineInstr &MI, X86MCInstLower &MCIL); 118 void LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); 119 void LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, X86MCInstLower &MCIL); [all …]
|
| H A D | X86MCInstLower.cpp | 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() 786 X86MCInstLower &MCIL) { in LowerSTATEPOINT() [all …]
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1798 SRCS_MIN+= Target/X86/X86MCInstLower.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13080 …ManglerERKNS_15MachineFunctionERNS_13X86AsmPrinterE", "llvm::X86MCInstLower::X86MCInstLower(llvm::… 13081 …ManglerERKNS_15MachineFunctionERNS_13X86AsmPrinterE", "llvm::X86MCInstLower::X86MCInstLower(llvm::… 13082 {"_ZNK4llvm14X86MCInstLower11getMachOMMIEv", "llvm::X86MCInstLower::getMachOMMI() const"}, 13083 {"_ZNK4llvm14X86MCInstLower20GetSymbolFromOperandERKNS_14MachineOperandE", "llvm::X86MCInstLower::G… 13084 …er18LowerSymbolOperandERKNS_14MachineOperandEPNS_8MCSymbolE", "llvm::X86MCInstLower::LowerSymbolOp… 13085 {"_ZNK4llvm14X86MCInstLower5LowerEPKNS_12MachineInstrERNS_6MCInstE", "llvm::X86MCInstLower::Lower(l…
|