/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_pack.c | 406 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 D | IceAssembler.h | 21 /// 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 D | IceAssembler.cpp | 156 for (const AssemblerFixup *NextFixup : fixups()) { in emitIASBytes()
|
H A D | IceELFObjectWriter.cpp | 257 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 D | AVRFixupKinds.h | 17 /// The set of supported fixups. 133 namespace fixups { namespace 143 } // end of namespace fixups
|
H A D | AVRMCCodeEmitter.cpp | 109 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 D | AVRAsmBackend.cpp | 82 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 D | nvc0_program.h | 69 void *fixups; member
|
H A D | nvc0_program.c | 687 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 D | nv50_program.h | 117 void *fixups; /* relocation records */ member
|
H A D | nv50_program.c | 405 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 D | config.py | 143 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 D | TestUtil.h | 756 for (const auto *Fixup : assembler()->fixups()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | TestUtil.h | 214 // require creating fixups, which would, in turn, require creating a global 942 for (const auto *Fixup : assembler()->fixups()) {
|