Home
last modified time | relevance | path

Searched defs:branch_type (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_cond.cc32 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/
Dinstructions-aarch64.cc870 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()
Dinstructions-aarch64.h581 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
Dmacro-assembler-aarch64.cc232 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
Dmacro-assembler-aarch64.h217 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/
Dvtn_structured_cfg.c205 enum vtn_branch_type branch_type; member
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2835 TEST(branch_type) { in TEST() argument