Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCAsmPrinter.cpp35 ARCMCInstLower MCInstLowering; member in __anon9510f2310111::ARCAsmPrinter
41 MCInstLowering(&OutContext, *this) {} in ARCAsmPrinter()
60 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAsmPrinter.cpp153 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp223 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand() local
224 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand()
262 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction() local
316 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
386 R600MCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction() local
404 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp53 XCoreMCInstLower MCInstLowering; member in __anonafcf35870111::XCoreAsmPrinter
59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in XCoreAsmPrinter()
169 MCInstLowering.Initialize(&MF->getContext()); in EmitFunctionBodyStart()
289 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp70 AArch64MCInstLower MCInstLowering; member in __anonb91cd0570111::AArch64AsmPrinter
76 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this), in AArch64AsmPrinter()
84 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand()
1014 MCInstLowering.Lower(MI, Inst); in EmitInstruction()
1032 MCInstLowering.lowerOperand(Hi_MOSym, Hi_MCSym); in EmitInstruction()
1033 MCInstLowering.lowerOperand(Lo_MOSym, Lo_MCSym); in EmitInstruction()
1102 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in EmitInstruction()
1122 MCInstLowering.lowerOperand(MO_Sym, Sym); in EmitInstruction()
1123 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in EmitInstruction()
1124 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in EmitInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp144 BPFMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
145 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp930 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() argument
953 MCInstLowering.GetSymbolFromOperand(MI.getOperand(3)), SRVK, Ctx); in LowerTlsAddr()
1965 X86MCInstLower MCInstLowering(*MF, *this); in EmitInstruction() local
2015 MCInstLowering.Lower(MI, Inst); in EmitInstruction()
2042 return LowerTlsAddr(MCInstLowering, *MI); in EmitInstruction()
2062 auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(1 + i)); in EmitInstruction()
2074 auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(1 + i)); in EmitInstruction()
2092 MIB.addOperand(MCInstLowering.LowerMachineOperand(MI, MI->getOperand(i)).getValue()); in EmitInstruction()
2102 auto Op = MCInstLowering.LowerMachineOperand(MI, MI->getOperand(0 + i)); in EmitInstruction()
2169 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in EmitInstruction()
[all …]
DX86AsmPrinter.h89 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
DX86SchedHaswell.td1947 // encodings we convert to in MCInstLowering so we exclude AX/EAX/RAX here since
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.h119 MipsMCInstLower MCInstLowering; variable
123 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in MipsAsmPrinter()
DMipsAsmPrinter.cpp107 MCOp = MCInstLowering.LowerOperand(MO); in lowerOperand()
286 MCInstLowering.Lower(&*I, TmpInst0); in EmitInstruction()
430 MCInstLowering.Initialize(&MF->getContext()); in EmitFunctionBodyStart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRAsmPrinter.cpp172 AVRMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
175 MCInstLowering.lowerInstruction(*MI, I); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp152 MSP430MCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
155 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp367 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local
369 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()