| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/ |
| D | ARCAsmPrinter.cpp | 35 ARCMCInstLower MCInstLowering; member in __anon002a33220111::ARCAsmPrinter 41 MCInstLowering(&OutContext, *this) {} in ARCAsmPrinter() 65 MCInstLowering.Lower(MI, TmpInst); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiAsmPrinter.cpp | 153 LanaiMCInstLower MCInstLowering(OutContext, *this); in emitCallInstruction() local 176 MCInstLowering.Lower(MI, TmpInst); in emitCallInstruction() 190 LanaiMCInstLower MCInstLowering(OutContext, *this); in customEmitInstruction() local 193 MCInstLowering.Lower(MI, TmpInst); in customEmitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600MCInstLower.cpp | 52 R600MCInstLower MCInstLowering(OutContext, STI, *this); in emitInstruction() local 70 MCInstLowering.lower(MI, TmpInst); in emitInstruction()
|
| D | AMDGPUMCInstLower.cpp | 164 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand() local 165 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 194 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in emitInstruction() local 272 MCInstLowering.lower(MI, TmpInst); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreAsmPrinter.cpp | 53 XCoreMCInstLower MCInstLowering; member in __anon969186f80111::XCoreAsmPrinter 59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in XCoreAsmPrinter() 168 MCInstLowering.Initialize(&MF->getContext()); in emitFunctionBodyStart() 291 MCInstLowering.Lower(MI, TmpInst); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFAsmPrinter.cpp | 147 BPFMCInstLower MCInstLowering(OutContext, *this); in emitInstruction() local 148 MCInstLowering.Lower(MI, TmpInst); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsAsmPrinter.h | 119 MipsMCInstLower MCInstLowering; variable 123 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in MipsAsmPrinter()
|
| D | MipsAsmPrinter.cpp | 103 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand() 362 MCInstLowering.Lower(&*I, TmpInst0); in emitInstruction() 506 MCInstLowering.Initialize(&MF->getContext()); in emitFunctionBodyStart()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430AsmPrinter.cpp | 155 MSP430MCInstLower MCInstLowering(OutContext, *this); in emitInstruction() local 158 MCInstLowering.Lower(MI, TmpInst); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64AsmPrinter.cpp | 72 AArch64MCInstLower MCInstLowering; member in __anonf29c72480111::AArch64AsmPrinter 79 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this), in AArch64AsmPrinter() 87 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 1174 MCInstLowering.lowerOperand(CallTarget, CallTargetMCOp); in LowerSTATEPOINT() 1321 MCInstLowering.Lower(MI, Inst); in emitInstruction() 1339 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in emitInstruction() 1340 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in emitInstruction() 1420 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in emitInstruction() 1459 MCInstLowering.lowerOperand(MO_Sym, Sym); in emitInstruction() 1460 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in emitInstruction() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 998 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() argument 1026 MCInstLowering.GetSymbolFromOperand(MI.getOperand(3)), SRVK, Ctx); in LowerTlsAddr() 2481 X86MCInstLower MCInstLowering(*MF, *this); in emitInstruction() local 2539 MCInstLowering.Lower(MI, Inst); in emitInstruction() 2571 return LowerTlsAddr(MCInstLowering, *MI); in emitInstruction() 2631 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in emitInstruction() 2648 return LowerSTATEPOINT(*MI, MCInstLowering); in emitInstruction() 2651 return LowerFAULTING_OP(*MI, MCInstLowering); in emitInstruction() 2654 return LowerFENTRY_CALL(*MI, MCInstLowering); in emitInstruction() 2657 return LowerPATCHABLE_OP(*MI, MCInstLowering); in emitInstruction() [all …]
|
| D | X86AsmPrinter.h | 88 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
|
| D | X86SchedHaswell.td | 1854 // encodings we convert to in MCInstLowering so we exclude AX/EAX/RAX here since
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRAsmPrinter.cpp | 201 AVRMCInstLower MCInstLowering(OutContext, *this); in emitInstruction() local 204 MCInstLowering.lowerInstruction(*MI, I); in emitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyAsmPrinter.cpp | 641 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in emitInstruction() local 643 MCInstLowering.lower(MI, TmpInst); in emitInstruction()
|