Home
last modified time | relevance | path

Searched refs:MCInstLowering (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/Lanai/
DLanaiAsmPrinter.cpp155 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/
DAArch64AsmPrinter.cpp50 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/
DBPFAsmPrinter.cpp49 BPFMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
52 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp53 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/
DMSP430AsmPrinter.cpp157 MSP430MCInstLower MCInstLowering(OutContext, *Mang, *this); in EmitInstruction() local
160 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp151 MSP430MCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
154 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h99 MipsMCInstLower MCInstLowering; variable
104 InConstantPool(false), MCInstLowering(*this) {} in MipsAsmPrinter()
DMipsAsmPrinter.cpp90 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/
DAMDGPUMCInstLower.cpp100 AMDGPUMCInstLower MCInstLowering(OutContext, STI); in EmitInstruction() local
141 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp693 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 …]
DX86AsmPrinter.h108 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86MCInstLower.cpp534 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/
DMBlazeAsmPrinter.cpp192 MBlazeMCInstLower MCInstLowering(OutContext, *Mang, *this); in EmitInstruction() local
195 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp256 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
258 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsAsmPrinter.cpp63 MipsMCInstLower MCInstLowering(Mang, *MF, *this); in EmitInstruction() local
66 MCInstLowering.Lower(MI, TmpInst0); in EmitInstruction()