Searched defs:branch_type (Results 1 – 8 of 8) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/ |
| D | functionalize_cond.cc | 32 STATUS FunctionalizeCond::GetSwitchBranchType(const CNodePtr &switch_cnode, BranchType *branch_type… in GetSwitchBranchType() 64 void FunctionalizeCond::CheckBranchIsEffective(const CNodePtr &switch_cnode, BranchType branch_type… in CheckBranchIsEffective() 94 BranchType branch_type) { in BranchSubGraphAddNodes() 179 …ionalizeCond::CreateBranchGraph(const AnfNodePtr &node, std::string name, BranchType branch_type) { in CreateBranchGraph()
|
| /third_party/vixl/src/aarch64/ |
| D | instructions-aarch64.cc | 870 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth() 887 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange() 893 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
|
| D | instructions-aarch64.h | 581 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
|
| D | macro-assembler-aarch64.cc | 232 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
|
| D | macro-assembler-aarch64.h | 217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() 436 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType() 450 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType() 8313 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | vtn_cfg.c | 977 vtn_emit_branch(struct vtn_builder *b, enum vtn_branch_type branch_type, in vtn_emit_branch()
|
| D | vtn_private.h | 239 enum vtn_branch_type branch_type; member
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 2835 TEST(branch_type) { in TEST() argument
|