Home
last modified time | relevance | path

Searched defs:true_target (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dbpfdisassembler.cc112 const int true_target = inst.jt + pc + 1; in DecodeInstruction() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp178 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp178 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_cfg.cpp178 const auto true_target = _.FindDef(true_id); in ValidateBranchConditional() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc2879 vixl32::Label* true_target, in GenerateCompareTestAndBranch()
2918 vixl32::Label* true_target, in GenerateTestAndBranch()
3025 vixl32::Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf() local
3225 vixl32::Label* true_target = nullptr; in VisitSelect() local
H A Dcode_generator_x86_64.cc2238 LabelType* true_target = true_target_in == nullptr ? &fallthrough_target : true_target_in; in GenerateCompareTestAndBranch() local
2288 LabelType* true_target, in GenerateTestAndBranch()
2386 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf() local
H A Dcode_generator_x86.cc2102 LabelType* true_target = true_target_in == nullptr ? &fallthrough_target : true_target_in; in GenerateCompareTestAndBranch() local
2152 LabelType* true_target, in GenerateTestAndBranch()
2251 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf() local
H A Dcode_generator_arm64.cc3926 vixl::aarch64::Label* true_target, in GenerateTestAndBranch()
4040 vixl::aarch64::Label* true_target = codegen_->GetLabelOf(true_successor); in VisitIf() local
H A Dcode_generator_riscv64.cc1355 Riscv64Label* true_target, in GenerateTestAndBranch()
3800 Riscv64Label* true_target = codegen_->GoesToNextBlock(instruction->GetBlock(), true_successor) in VisitIf() local