/external/llvm/lib/Target/Lanai/ |
D | LanaiAsmPrinter.cpp | 155 LanaiMCInstLower MCInstLowering(OutContext, *Mang, *this); in emitCallInstruction() local 178 MCInstLowering.Lower(MI, TmpInst); in emitCallInstruction() 192 LanaiMCInstLower MCInstLowering(OutContext, *Mang, *this); in customEmitInstruction() local 195 MCInstLowering.Lower(MI, TmpInst); in customEmitInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 50 AArch64MCInstLower MCInstLowering; member in __anon74948d2b0111::AArch64AsmPrinter 56 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this), in AArch64AsmPrinter() 66 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 500 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in EmitInstruction() 521 MCInstLowering.lowerOperand(MO_Sym, Sym); in EmitInstruction() 522 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in EmitInstruction() 523 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in EmitInstruction() 576 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/BPF/ |
D | BPFAsmPrinter.cpp | 49 BPFMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local 52 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 53 XCoreMCInstLower MCInstLowering; member in __anon5461a85b0111::XCoreAsmPrinter 59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in XCoreAsmPrinter() 175 MCInstLowering.Initialize(Mang, &MF->getContext()); in EmitFunctionBodyStart() 296 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 157 MSP430MCInstLower MCInstLowering(OutContext, *Mang, *this); in EmitInstruction() local 160 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 151 MSP430MCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local 154 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.h | 99 MipsMCInstLower MCInstLowering; variable 104 InConstantPool(false), MCInstLowering(*this) {} in MipsAsmPrinter()
|
D | MipsAsmPrinter.cpp | 90 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand() 205 MCInstLowering.Lower(&*I, TmpInst0); in EmitInstruction() 348 MCInstLowering.Initialize(&MF->getContext()); in EmitFunctionBodyStart()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 100 AMDGPUMCInstLower MCInstLowering(OutContext, STI); in EmitInstruction() local 141 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 693 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() argument 722 MCSymbol *sym = MCInstLowering.GetSymbolFromOperand(MI.getOperand(3)); in LowerTlsAddr() 1221 X86MCInstLower MCInstLowering(*MF, *this); in EmitInstruction() local 1271 return LowerTlsAddr(MCInstLowering, *MI); in EmitInstruction() 1330 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in EmitInstruction() 1347 return LowerSTATEPOINT(*MI, MCInstLowering); in EmitInstruction() 1350 return LowerFAULTING_LOAD_OP(*MI, MCInstLowering); in EmitInstruction() 1353 return LowerPATCHABLE_OP(*MI, MCInstLowering); in EmitInstruction() 1359 return LowerPATCHPOINT(*MI, MCInstLowering); in EmitInstruction() 1362 return LowerPATCHABLE_FUNCTION_ENTER(*MI, MCInstLowering); in EmitInstruction() [all …]
|
D | X86AsmPrinter.h | 108 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86MCInstLower.cpp | 534 X86MCInstLower &MCInstLowering, in LowerTlsAddr() argument 544 MCSymbol *sym = MCInstLowering.GetSymbolFromOperand(MI.getOperand(3)); in LowerTlsAddr() 597 X86MCInstLower MCInstLowering(Mang, *MF, *this); in EmitInstruction() local 632 return LowerTlsAddr(OutStreamer, MCInstLowering, *MI); in EmitInstruction() 677 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in EmitInstruction() 698 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeAsmPrinter.cpp | 192 MBlazeMCInstLower MCInstLowering(OutContext, *Mang, *this); in EmitInstruction() local 195 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 256 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local 258 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 63 MipsMCInstLower MCInstLowering(Mang, *MF, *this); in EmitInstruction() local 66 MCInstLowering.Lower(MI, TmpInst0); in EmitInstruction()
|