Home
last modified time | relevance | path

Searched defs:branch (Results 76 - 100 of 115) sorted by relevance

12345

/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp640 const Instruction& branch = *bb->ctail(); in FindConditionBlock() local
[all...]
H A Dloop_unroller.cpp1014 const Instruction& branch = *loop_->GetLatchBlock()->ctail(); in CanPerformUnroll() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp187 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 DhlslGrammar.cpp3710 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-internal.h378 parser_branch_t branch; /**< branch */ member
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c2367 struct qinst *branch = NULL; qpu_set_branch_targets() local
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_instr.h388 struct v3d_qpu_branch_instr branch; member
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2379 Pseudo_branch_instruction* branch = &instr->branch(); in lower_to_hw_instr() local
[all...]
H A Daco_ir.h123 branch = 13, member in aco::instr_class
/third_party/littlefs/runners/
H A Dtest_runner.c614 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 Dbench_runner.c634 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 Dcode-generator.cc676 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 Dcode-generator-mips64.cc3869 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 Dcode-generator-ppc.cc3807 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 Djs-generic-lowering.cc1203 Node* branch = in LowerJSStackCheck() local
H A Draw-machine-assembler.cc174 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 Dscheduler.cc464 void ConnectBranch(Node* branch) { in ConnectBranch() argument
[all...]
H A Djs-native-context-specialization.cc1179 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 Dcode-generator-ia32.cc3728 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 Dcode-generator-mips.cc3682 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 Dcode-generator-loong64.cc1928 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 Dcode-generator-riscv64.cc3539 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 Dcodegen.h350 } branch; member
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h237 const uint32_t *branch; member
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4458 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument
4473 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
[all...]

Completed in 83 milliseconds

12345