HomeSort by relevance Sort by last modified time
    Searched defs:MCInstLowering (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCAsmPrinter.cpp 46 ARCMCInstLower MCInstLowering;
53 MCInstLowering(&OutContext, *this) {}
76 MCInstLowering.Lower(MI, TmpInst);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 99 MipsMCInstLower MCInstLowering;
104 InConstantPool(false), MCInstLowering(*this) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsAsmPrinter.h 120 MipsMCInstLower MCInstLowering;
124 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {}
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 53 XCoreMCInstLower MCInstLowering;
59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {}
175 MCInstLowering.Initialize(Mang, &MF->getContext());
296 MCInstLowering.Lower(MI, TmpInst);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 53 XCoreMCInstLower MCInstLowering;
59 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(*this) {}
171 MCInstLowering.Initialize(&MF->getContext());
292 MCInstLowering.Lower(MI, TmpInst);
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 50 AArch64MCInstLower MCInstLowering;
56 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this),
63 /// \brief Wrapper for MCInstLowering.lowerOperand() for the
66 return MCInstLowering.lowerOperand(MO, MCOp);
500 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
521 MCInstLowering.lowerOperand(MO_Sym, Sym);
522 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12);
523 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc);
576 MCInstLowering.Lower(MI, TmpInst);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 63 AArch64MCInstLower MCInstLowering;
69 : AsmPrinter(TM, std::move(Streamer)), MCInstLowering(OutContext, *this),
74 /// Wrapper for MCInstLowering.lowerOperand() for the
77 return MCInstLowering.lowerOperand(MO, MCOp);
602 MCInstLowering.lowerOperand(MI->getOperand(0), Dest);
622 MCInstLowering.lowerOperand(MO_Sym, Sym);
623 MCInstLowering.lowerOperand(MO_TLSDESC_LO12, SymTLSDescLo12);
624 MCInstLowering.lowerOperand(MO_TLSDESC, SymTLSDesc);
690 MCInstLowering.Lower(MI, TmpInst);

Completed in 294 milliseconds