Home
last modified time | relevance | path

Searched refs:getBackend (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp263 bool ShouldAlignPC = getBackend().getFixupKindInfo(Fixup.getKind()).Flags & in evaluateFixup()
278 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()
328 while (Size % getBackend().getMinimumNopSize()) in computeFragmentSize()
477 if (!getBackend().writeNopData(OS, DistanceToBoundary)) in writeFragmentPadding()
482 if (!getBackend().writeNopData(OS, BundlePadding)) in writeFragmentPadding()
494 support::endianness Endian = Asm.getBackend().Endian; in writeFragment()
528 if (!Asm.getBackend().writeNopData(OS, Count)) in writeFragment()
608 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) in writeFragment()
727 getBackend().requiresDiffExpressionRelocations()) { in handleFixup()
836 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
[all …]
DMCObjectStreamer.cpp297 getAssembler().getBackend().handleCodePaddingInstructionBegin(Inst); in EmitInstruction()
299 getAssembler().getBackend().handleCodePaddingInstructionEnd(Inst); in EmitInstruction()
316 if (!Assembler.getBackend().mayNeedRelaxation(Inst, STI)) { in EmitInstructionImpl()
329 getAssembler().getBackend().relaxInstruction(Inst, STI, Relaxed); in EmitInstructionImpl()
330 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed, STI)) in EmitInstructionImpl()
331 getAssembler().getBackend().relaxInstruction(Relaxed, STI, Relaxed); in EmitInstructionImpl()
526 getAssembler().getBackend().handleCodePaddingBasicBlockStart(this, Context); in EmitCodePaddingBasicBlockStart()
531 getAssembler().getBackend().handleCodePaddingBasicBlockEnd(Context); in EmitCodePaddingBasicBlockEnd()
607 Optional<MCFixupKind> MaybeKind = Assembler->getBackend().getFixupKind(Name); in EmitRelocDirective()
DMCMachOStreamer.cpp235 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
468 EmitFrames(&getAssembler().getBackend()); in FinishImpl()
DMCWasmStreamer.cpp55 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
DMCExpr.cpp529 if (Asm->getBackend().isMicroMips(&SA)) in AttemptToFoldSymbolOffsetDifference()
604 (InSet || !Asm->getBackend().requiresDiffExpressionRelocations())) { in EvaluateSymbolicAdd()
DMCELFStreamer.cpp122 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
DMCAsmStreamer.cpp1726 getAssembler().getBackend().getFixupKindInfo(F.getKind()); in AddEncodingComment()
1791 getAssembler().getBackend().getFixupKindInfo(F.getKind()); in AddEncodingComment()
DMachObjectWriter.cpp74 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo( in isFixupKindPCRel()
DWinCOFFObjectWriter.cpp782 Asm.getContext(), Target, Fixup, SymB, Asm.getBackend()); in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectStreamer.cpp41 delete &Assembler->getBackend(); in ~MCObjectStreamer()
167 if (!getAssembler().getBackend().MayNeedRelaxation(Inst)) { in EmitInstruction()
176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction()
177 while (getAssembler().getBackend().MayNeedRelaxation(Relaxed)) in EmitInstruction()
178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
DMCAssembler.cpp218 return getBackend().doesSectionRequireSymbols(Symbol.getSection()); in isSymbolLinkerVisible()
232 if (!getBackend().isSectionAtomizable( in getAtom()
415 if (!Asm.getBackend().WriteNopData(Count, OW)) in WriteFragmentData()
625 getBackend().ApplyFixup(Fixup, DF->getContents().data(), in Finish()
635 getBackend().ApplyFixup(Fixup, IF->getCode().data(), in Finish()
671 if (!getBackend().MayNeedRelaxation(IF->getInst())) in FragmentNeedsRelaxation()
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed); in RelaxInstruction()
DMachObjectWriter.cpp52 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo( in isFixupKindPCRel()
588 if (!Asm.getBackend().hasReliableSymbolDifference()) { in IsSymbolRefDifferenceFullyResolvedImpl()
DMCMachOStreamer.cpp143 getAssembler().getBackend().HandleAssemblerFlag(Flag); in EmitAssemblerFlag()
/external/llvm/lib/MC/
DMCAssembler.cpp96 getBackend().reset(); in reset()
270 while (Size % getBackend().getMinimumNopSize()) in computeFragmentSize()
409 if (!getBackend().writeNopData(DistanceToBoundary, OW)) in writeFragmentPadding()
414 if (!getBackend().writeNopData(BundlePadding, OW)) in writeFragmentPadding()
459 if (!Asm.getBackend().writeNopData(Count, OW)) in writeFragment()
709 getBackend().applyFixup(Fixup, Contents.data(), in layout()
736 return getBackend().fixupNeedsRelaxationAdvanced(Fixup, Resolved, Value, DF, in fixupNeedsRelaxation()
745 if (!getBackend().mayNeedRelaxation(F->getInst())) in fragmentNeedsRelaxation()
768 getBackend().relaxInstruction(F.getInst(), F.getSubtargetInfo(), Relaxed); in relaxInstruction()
917 getBackend().finishLayout(*this, Layout); in finishLayout()
DMCObjectStreamer.cpp36 delete &Assembler->getBackend(); in ~MCObjectStreamer()
242 if (!Assembler.getBackend().mayNeedRelaxation(Inst)) { in EmitInstruction()
255 getAssembler().getBackend().relaxInstruction(Inst, STI, Relaxed); in EmitInstruction()
256 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed)) in EmitInstruction()
257 getAssembler().getBackend().relaxInstruction(Relaxed, STI, Relaxed); in EmitInstruction()
480 Optional<MCFixupKind> MaybeKind = Assembler->getBackend().getFixupKind(Name); in EmitRelocDirective()
DMCMachOStreamer.cpp238 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
465 EmitFrames(&getAssembler().getBackend()); in FinishImpl()
DMCELFStreamer.cpp67 MCObjectWriter *OW = Assembler.getBackend().createObjectWriter(VecOS); in mergeFragment()
112 getAssembler().getBackend().handleAssemblerFlag(Flag); in EmitAssemblerFlag()
DMachObjectWriter.cpp61 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo( in isFixupKindPCRel()
DWinCOFFObjectWriter.cpp747 Target, Fixup, CrossSection, Asm.getBackend()); in recordRelocation()
/external/skia/tools/flags/
DSkCommonFlagsConfig.h33 const SkString& getBackend() const { return fBackend; } in getBackend() function
/external/skqp/tools/flags/
DSkCommonFlagsConfig.h33 const SkString& getBackend() const { return fBackend; } in getBackend() function
/external/llvm/include/llvm/MC/
DMCAssembler.h259 MCAsmBackend &getBackend() const { return Backend; } in getBackend() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h286 MCAsmBackend &getBackend() const { return *Backend; } in getBackend() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h790 MCAsmBackend &getBackend() const { return Backend; } in getBackend() function
/external/skqp/dm/
DDM.cpp899 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) return new sink(__VA_ARGS__) in create_sink()

12