| /third_party/spirv-tools/source/opt/ |
| H A D | loop_descriptor.cpp | 640 const Instruction& branch = *bb->ctail(); in FindConditionBlock() local [all...] |
| H A D | loop_unroller.cpp | 1014 const Instruction& branch = *loop_->GetLatchBlock()->ctail(); in CanPerformUnroll() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
| H A D | pixel_convert.cpp | 187 static void GrayConvert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) in GrayConvert() argument 224 static void GrayAlphaConvert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, in GrayAlphaConvert() argument 264 static void BGR888Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) in BGR888Convert() argument 333 RGB888Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) RGB888Convert() argument 400 RGBA8888Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, const ProcFuncExtension &extension) RGBA8888Convert() argument 469 BGRA8888Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, const ProcFuncExtension &extension) BGRA8888Convert() argument 540 ARGB8888Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, const ProcFuncExtension &extension) ARGB8888Convert() argument 612 RGB161616Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) RGB161616Convert() argument 690 RGBA16161616Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, const ProcFuncExtension &extension) RGBA16161616Convert() argument 758 CMYKConvert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) CMYKConvert() argument 829 RGB565Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch) RGB565Convert() argument 886 RGBAF16Convert(T *destinationRow, const uint8_t *sourceRow, uint32_t sourceWidth, uint32_t branch, const ProcFuncExtension &extension) RGBAF16Convert() argument [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.cpp | 3710 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement() local
|
| /third_party/jerryscript/jerry-core/parser/js/ |
| H A D | js-parser-internal.h | 378 parser_branch_t branch; /**< branch */ member
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | qpu_schedule.c | 2367 struct qinst *branch = NULL; qpu_set_branch_targets() local [all...] |
| /third_party/mesa3d/src/broadcom/qpu/ |
| H A D | qpu_instr.h | 388 struct v3d_qpu_branch_instr branch; member
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 2379 Pseudo_branch_instruction* branch = &instr->branch(); in lower_to_hw_instr() local [all...] |
| H A D | aco_ir.h | 123 branch = 13, member in aco::instr_class
|
| /third_party/littlefs/runners/ |
| H A D | test_runner.c | 614 struct test_seen branch; member 634 struct test_seen_branch *branch = NULL; in test_seen_insert() local 1690 lfs_emubd_t *branch = mappend( powerloss_exhaustive_branch() local [all...] |
| H A D | bench_runner.c | 634 struct bench_seen branch; member 654 struct bench_seen_branch *branch = NULL; in bench_seen_insert() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.cc | 676 RpoNumber CodeGenerator::ComputeBranchInfo(BranchInfo* branch, in ComputeBranchInfo() argument 736 BranchInfo branch; in AssembleInstruction() local 758 BranchInfo branch; AssembleInstruction() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | code-generator-mips64.cc | 3869 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument 3879 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 3807 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 3830 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-generic-lowering.cc | 1203 Node* branch = in LowerJSStackCheck() local
|
| H A D | raw-machine-assembler.cc | 174 Node* branch = block->control_input(); in OptimizeControlFlow() local 473 Node* branch = NodeProperties::GetControlInput(control_node); in MarkControlDeferred() local 486 Node* branch = NodeProperties::GetControlInput(control_node); MarkControlDeferred() local 545 Node* branch = MakeNode(common()->Branch(BranchHint::kNone), 1, &condition); Branch() local 548 schedule()->AddBranch(CurrentBlock(), branch, true_block, false_block); Branch() local [all...] |
| H A D | scheduler.cc | 464 void ConnectBranch(Node* branch) { in ConnectBranch() argument [all...] |
| H A D | js-native-context-specialization.cc | 1179 Node* branch = graph()->NewNode(common()->Branch(), check, control); in ReduceNamedAccess() local 1241 Node* branch = graph()->NewNode(common()->Branch(), check, control); in ReduceNamedAccess() local 1287 Node* branch in ReduceNamedAccess() local 1807 Node* branch = ReduceElementAccess() local 2764 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), BuildElementAccess() local 2836 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), BuildElementAccess() local 2976 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), BuildElementAccess() local 3073 Node* branch = graph()->NewNode(common()->Branch(), value, control); BuildElementAccess() local 3208 Node* branch = graph()->NewNode(common()->Branch(), check, control); BuildElementAccess() local 3260 Node* branch = BuildIndexedStringLoad() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 3728 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 3744 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 3682 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 3689 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 1928 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 1938 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | code-generator-riscv64.cc | 3539 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 3549 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.h | 350 } branch; member
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_private.h | 237 const uint32_t *branch; member
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | code-generator-x64.cc | 4458 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument 4473 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument [all...] |