/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUMCInstLower.cpp | 59 AMDGPUMCInstLower MCInstLowering; in EmitInstruction() local 73 MCInstLowering.lower(BundledInst, MCBundleInst); in EmitInstruction() 79 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 50 AArch64MCInstLower MCInstLowering; member in __anoncd21eb7a0111::AArch64AsmPrinter 55 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this), in AArch64AsmPrinter() 65 return MCInstLowering.lowerOperand(MO, MCOp); in lowerOperand() 476 MCInstLowering.lowerOperand(MI->getOperand(0), Dest); in EmitInstruction() 497 MCInstLowering.lowerOperand(MO_Sym, Sym); in EmitInstruction() 498 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12); in EmitInstruction() 499 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc); in EmitInstruction() 547 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/BPF/ |
D | BPFAsmPrinter.cpp | 77 BPFMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local 80 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 53 XCoreMCInstLower MCInstLowering; member in __anon8ab6372a0111::XCoreAsmPrinter 59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {} in XCoreAsmPrinter() 176 MCInstLowering.Initialize(Mang, &MF->getContext()); in EmitFunctionBodyStart() 297 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 | 89 AMDGPUMCInstLower MCInstLowering(OutContext, STI); in EmitInstruction() local 107 MCInstLowering.lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 216 WebAssemblyMCInstLower MCInstLowering(OutContext, *this); in EmitInstruction() local 218 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 713 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering, in LowerTlsAddr() argument 742 MCSymbol *sym = MCInstLowering.GetSymbolFromOperand(MI.getOperand(3)); in LowerTlsAddr() 1077 X86MCInstLower MCInstLowering(*MF, *this); in EmitInstruction() local 1127 return LowerTlsAddr(MCInstLowering, *MI); in EmitInstruction() 1186 MCSymbol *OpSym = MCInstLowering.GetSymbolFromOperand(MI->getOperand(2)); in EmitInstruction() 1203 return LowerSTATEPOINT(*MI, MCInstLowering); in EmitInstruction() 1206 return LowerFAULTING_LOAD_OP(*MI, MCInstLowering); in EmitInstruction() 1212 return LowerPATCHPOINT(*MI, MCInstLowering); in EmitInstruction() 1408 MCInstLowering.Lower(MI, TmpInst); in EmitInstruction()
|
D | X86AsmPrinter.h | 86 void LowerTlsAddr(X86MCInstLower &MCInstLowering, const MachineInstr &MI);
|