Home
last modified time | relevance | path

Searched refs:MAB (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp141 std::unique_ptr<MCAsmBackend> MAB( in addAsmPrinter() local
147 std::move(MAB), Options.MCOptions.ShowMCInst); in addAsmPrinter()
155 MCAsmBackend *MAB = in addAsmPrinter() local
157 if (!MCE || !MAB) in addAsmPrinter()
165 T, Context, std::unique_ptr<MCAsmBackend>(MAB), in addAsmPrinter()
166 DwoOut ? MAB->createDwoObjectWriter(Out, *DwoOut) in addAsmPrinter()
167 : MAB->createObjectWriter(Out), in addAsmPrinter()
248 MCAsmBackend *MAB = in addPassesToEmitMC() local
250 if (!MCE || !MAB) in addPassesToEmitMC()
255 T, *Ctx, std::unique_ptr<MCAsmBackend>(MAB), MAB->createObjectWriter(Out), in addPassesToEmitMC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUELFStreamer.cpp23 std::unique_ptr<MCAsmBackend> MAB, in AMDGPUELFStreamer() argument
26 : MCELFStreamer(Context, std::move(MAB), std::move(OW), in AMDGPUELFStreamer()
33 const Triple &T, MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, in createAMDGPUELFStreamer() argument
36 return new AMDGPUELFStreamer(T, Context, std::move(MAB), std::move(OW), in createAMDGPUELFStreamer()
DAMDGPUMCTargetDesc.cpp100 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument
104 return createAMDGPUELFStreamer(T, Context, std::move(MAB), std::move(OW), in createMCStreamer()
DAMDGPUELFStreamer.h26 std::unique_ptr<MCAsmBackend> MAB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCXCOFFStreamer.cpp24 std::unique_ptr<MCAsmBackend> MAB, in MCXCOFFStreamer() argument
27 : MCObjectStreamer(Context, std::move(MAB), std::move(OW), in MCXCOFFStreamer()
80 std::unique_ptr<MCAsmBackend> &&MAB, in createXCOFFStreamer() argument
84 MCXCOFFStreamer *S = new MCXCOFFStreamer(Context, std::move(MAB), in createXCOFFStreamer()
DMCMachOStreamer.cpp65 MCMachOStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, in MCMachOStreamer() argument
69 : MCObjectStreamer(Context, std::move(MAB), std::move(OW), in MCMachOStreamer()
507 std::unique_ptr<MCAsmBackend> &&MAB, in createMachOStreamer() argument
513 new MCMachOStreamer(Context, std::move(MAB), std::move(OW), std::move(CE), in createMachOStreamer()
DMCWasmStreamer.cpp201 std::unique_ptr<MCAsmBackend> &&MAB, in createWasmStreamer() argument
206 new MCWasmStreamer(Context, std::move(MAB), std::move(OW), std::move(CE)); in createWasmStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp26 std::unique_ptr<MCAsmBackend> MAB, in MipsELFStreamer() argument
29 : MCELFStreamer(Context, std::move(MAB), std::move(OW), in MipsELFStreamer()
116 MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, in createMipsELFStreamer() argument
119 return new MipsELFStreamer(Context, std::move(MAB), std::move(OW), in createMipsELFStreamer()
DMipsELFStreamer.h36 MipsELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
76 std::unique_ptr<MCAsmBackend> MAB,
DMipsMCTargetDesc.cpp104 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument
110 S = createMipsELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
113 S = createMipsNaClELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp38 const MCAsmBackend &MAB) const override;
49 const MCAsmBackend &MAB) const { in getRelocType()
58 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); in getRelocType()
DARMWinCOFFStreamer.cpp41 MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, in createARMWinCOFFStreamer() argument
45 auto *S = new ARMWinCOFFStreamer(Context, std::move(MAB), std::move(Emitter), in createARMWinCOFFStreamer()
DARMMCTargetDesc.cpp209 std::unique_ptr<MCAsmBackend> &&MAB, in createELFStreamer() argument
214 Ctx, std::move(MAB), std::move(OW), std::move(Emitter), false, in createELFStreamer()
220 createARMMachOStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&MAB, in createARMMachOStreamer() argument
224 return createMachOStreamer(Ctx, std::move(MAB), std::move(OW), in createARMMachOStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFObjectWriter.cpp37 const MCAsmBackend &MAB) const override;
46 bool IsCrossSection, const MCAsmBackend &MAB) const { in getRelocType()
53 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); in getRelocType()
DAArch64WinCOFFStreamer.cpp192 MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, in createAArch64WinCOFFStreamer() argument
195 auto *S = new AArch64WinCOFFStreamer(Context, std::move(MAB), in createAArch64WinCOFFStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DCodeEmitter.cpp27 if (MAB.mayNeedRelaxation(Inst, STI)) in getOrCreateEncodingInfo()
28 MAB.relaxInstruction(Inst, STI, Relaxed); in getOrCreateEncodingInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h41 const MCAsmBackend &MAB; variable
60 : STI(ST), MAB(AB), MCE(CE), VecOS(Code), Sequence(S), in CodeEmitter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp28 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer() local
29 RISCVABI::ABI ABI = MAB.getTargetABI(); in RISCVTargetELFStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp45 std::unique_ptr<MCAsmBackend> MAB, in createAVRELFStreamer() argument
48 return new AVRMCELFStreamer(Context, std::move(MAB), std::move(OW), in createAVRELFStreamer()
DAVRMCTargetDesc.cpp72 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument
76 return createELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp31 const MCAsmBackend &MAB) const override;
44 const MCAsmBackend &MAB) const { in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp53 std::unique_ptr<MCAsmBackend> &&MAB, in createBPFMCStreamer() argument
57 return createELFStreamer(Ctx, std::move(MAB), std::move(OW), std::move(Emitter), in createBPFMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp63 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument
70 return createELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp153 std::unique_ptr<MCAsmBackend> MAB, in createHexagonELFStreamer() argument
156 return new HexagonMCELFStreamer(Context, std::move(MAB), std::move(OW), in createHexagonELFStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h42 const MCAsmBackend &MAB) const = 0;

12