/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 676 block->branch_type = vtn_handle_branch(b, cf_parent, branch_block); in vtn_process_block() 678 if (block->branch_type == vtn_branch_type_none) in vtn_process_block() 686 block->branch_type = vtn_branch_type_return; in vtn_process_block() 691 block->branch_type = vtn_branch_type_discard; in vtn_process_block() 696 block->branch_type = vtn_branch_type_terminate; in vtn_process_block() 713 block->branch_type = vtn_handle_branch(b, cf_parent, then_block); in vtn_process_block() 715 if (block->branch_type == vtn_branch_type_none) in vtn_process_block() 929 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch() argument 932 switch (branch_type) { in vtn_emit_branch() 1073 if (block->branch_type != vtn_branch_type_none) { in vtn_emit_cf_list_structured() [all …]
|
D | vtn_private.h | 229 enum vtn_branch_type branch_type; member
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 515 static int GetImmBranchRangeBitwidth(ImmBranchType branch_type); 518 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth() argument 519 return GetImmBranchRangeBitwidth(branch_type); in ImmBranchRangeBitwidth() 522 static int32_t GetImmBranchForwardRange(ImmBranchType branch_type); 525 static int32_t ImmBranchForwardRange(ImmBranchType branch_type)) { 526 return GetImmBranchForwardRange(branch_type); 529 static bool IsValidImmPCOffset(ImmBranchType branch_type, int64_t offset);
|
D | instructions-aarch64.cc | 869 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth() argument 870 switch (branch_type) { in GetImmBranchRangeBitwidth() 886 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange() argument 887 int32_t encoded_max = 1 << (GetImmBranchRangeBitwidth(branch_type) - 1); in GetImmBranchForwardRange() 892 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset() argument 894 return IsIntN(GetImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
|
D | macro-assembler-aarch64.h | 199 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() argument 200 : pc_offset_(offset), label_(label), branch_type_(branch_type) { in BranchInfo() 256 ImmBranchType branch_type); 403 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType() argument 404 switch (branch_type) { in BranchIndexFromType() 417 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType() argument 418 return (branch_type != UnknownBranchType) && in IsValidBranchType() 419 (branch_type != UncondBranchType); in IsValidBranchType() 7859 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() argument 7860 return !Instruction::IsValidImmPCOffset(branch_type, in LabelIsOutOfRange()
|
D | macro-assembler-aarch64.cc | 206 ImmBranchType branch_type) { in RegisterUnresolvedBranch() argument 208 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); in RegisterUnresolvedBranch()
|
/external/XNNPACK/src/jit/ |
D | aarch64-assembler.cc | 110 inline bool branch_offset_valid(ptrdiff_t offset, BranchType branch_type) { in branch_offset_valid() argument 111 switch (branch_type) { in branch_offset_valid() 140 inline uint32_t mask(BranchType branch_type) { in mask() argument 141 switch (branch_type) { in mask() 153 inline uint8_t shift(BranchType branch_type) { in shift() argument 154 switch (branch_type) { in shift()
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.cc | 1763 BranchType branch_type) { in BranchToLeaf() argument 1771 if (branch_type == BranchType::kRightMost) { in BranchToLeaf() 1843 BranchType branch_type = in Reset() local 1845 BranchToLeaf(node_index, branch_type); in Reset() 1886 BranchType branch_type = in Advance() local 1888 BranchToLeaf(child_next->node_index(), branch_type); in Advance()
|
D | icing-dynamic-trie.h | 533 void BranchToLeaf(uint32_t node_index, BranchType branch_type);
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_a_m.cc | 841 FunctionType branch_type = branch_func.getFunctionType(); in VerifyCaseOrIfOpBranchFunctions() local 843 TypeRangeWithDesc branch_input{branch_type.getInputs(), desc}; in VerifyCaseOrIfOpBranchFunctions() 848 TypeRangeWithDesc branch_result{branch_type.getResults(), desc}; in VerifyCaseOrIfOpBranchFunctions() 852 branch_types.push_back(branch_type); in VerifyCaseOrIfOpBranchFunctions() 863 [i](FunctionType &branch_type) { return branch_type.getInput(i); }); in VerifyCaseOrIfOpBranchFunctions() argument
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 2807 TEST(branch_type) { in TEST() argument
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 73320 enum rockchip_clk_branch_type branch_type; member
|
D | vmlinux_510.h | 73320 enum rockchip_clk_branch_type branch_type; member
|