Home
last modified time | relevance | path

Searched refs:fixups (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c406 agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups, agx_instr *I) in agx_pack_instr() argument
623 util_dynarray_append(fixups, struct agx_branch_fixup, fixup); in agx_pack_instr()
657 struct util_dynarray fixups; in agx_pack_binary() local
658 util_dynarray_init(&fixups, ctx); in agx_pack_binary()
666 agx_pack_instr(emission, &fixups, ins); in agx_pack_binary()
670 util_dynarray_foreach(&fixups, struct agx_branch_fixup, fixup) in agx_pack_binary()
673 util_dynarray_fini(&fixups); in agx_pack_binary()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h21 /// from this base class. This base class manages buffers and fixups for
198 const FixupRefList &fixups() const { return Fixups; } in fixups() function in Ice::AssemblerBuffer
216 /// List of pool-allocated fixups relative to the current function.
306 const FixupRefList &fixups() const { return Buffer.fixups(); } in fixups() function in Ice::Assembler
355 /// all changes to label bindings, label links, and relocation fixups are
H A DIceAssembler.cpp156 for (const AssemblerFixup *NextFixup : fixups()) { in emitIASBytes()
H A DIceELFObjectWriter.cpp257 const auto &Fixups = Asm->fixups(); in writeFunctionCode()
266 RelSection->addRelocations(OffsetInSection, Asm->fixups(), SymTab); in writeFunctionCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h17 /// The set of supported fixups.
133 namespace fixups { namespace
143 } // end of namespace fixups
H A DAVRMCCodeEmitter.cpp109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
189 // we shouldn't perform any more fixups. Without this check, we would in encodeImm()
219 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
H A DAVRAsmBackend.cpp82 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
389 // NOTE: Many AVR fixups work on sets of non-contignous bits. We work around in getFixupKindInfo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h69 void *fixups; member
H A Dnvc0_program.c687 prog->fixups = info_out.bin.fixupData; in nvc0_program_translate()
843 if (prog->fixups) { in nvc0_program_upload_code()
844 nv50_ir_apply_fixups(prog->fixups, prog->code, in nvc0_program_upload_code()
997 FREE(prog->fixups); in nvc0_program_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h117 void *fixups; /* relocation records */ member
H A Dnv50_program.c405 prog->fixups = info_out.bin.relocData; in nv50_program_translate()
523 if (prog->fixups) in nv50_program_upload_code()
524 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code()
553 FREE(p->fixups); in nv50_program_destroy()
/third_party/python/Lib/logging/
H A Dconfig.py143 fixups = [] #for inter-handler references
166 fixups.append((h, target))
169 for h, t in fixups:
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h756 for (const auto *Fixup : assembler()->fixups()) {
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h214 // require creating fixups, which would, in turn, require creating a global
942 for (const auto *Fixup : assembler()->fixups()) {

Completed in 12 milliseconds