Home
last modified time | relevance | path

Searched defs:target_label (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_asm.h105 struct target_label { struct
106 struct list_head link;
108 char *name;
109 int offset;
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_asm_internal.h98 struct target_label { struct
99 struct list_head link;
101 char *name;
102 int offset;
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dopt_jump_thread.rs69 let target_label = func.blocks[i + 1].label; in jump_thread() localVariable
H A Dfrom_nir.rs3206 let target_label = self.get_block_label(target); in emit_jump() localVariable
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64_test.cc581 const std::string& target_label, in TestBcondForward()
598 const std::string& target_label, in TestBcondBackward()
636 const std::string& target_label, in TestBcondA0RegForward()
653 const std::string& target_label, in TestBeqzA0Forward()
670 const std::string& target_label, in TestBnezA0Forward()
687 const std::string& target_label, in TestBeqA0A1Forward()
709 const std::string& target_label, in TestBcondA0RegBackward()
726 const std::string& target_label, in TestBeqzA0Backward()
743 const std::string& target_label, in TestBnezA0Backward()
760 const std::string& target_label, in TestBeqA0A1Backward()
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3.h373 const char *target_label; member
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc619 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local
H A Dcode_generator_arm_vixl.cc1998 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable() local