Home
last modified time | relevance | path

Searched defs:branch (Results 101 - 114 of 114) sorted by relevance

12345

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3204 void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { in AssembleArchBranch() argument
3225 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc327 Instruction* branch = masm_->GetInstructionAt(branch_pos); in Emit() local
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp4064 Instruction* branch = new Instruction(OpBranch); in createBranch() local
4092 Instruction* branch = new Instruction(OpBranchConditional); in createConditionalBranch() local
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c3905 struct qinst *branch = vir_BRANCH(c, cond == V3D_QPU_COND_IFA ? in ntq_emit_uniform_if() local
3945 struct qinst *branch = vir_BRANCH(c, cond == V3D_QPU_COND_IFA ? in ntq_emit_uniform_if() local
4217 struct qinst *branch in ntq_emit_nonuniform_loop() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3669 branch(struct ntv_context *ctx, SpvId label) in branch() function
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1312 BasicBlock* branch = block->SuccessorAt(i); in VisitControl() local
3109 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, in VisitBranch() argument
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1647 TIntermBranch* branch = nullptr; in handleReturnValue() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc512 Node* branch = node; in TryCloneBranch() local
[all...]
H A Dwasm-compiler.cc228 Node* branch = in Branch() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc465 void Assembler::RemoveBranchFromLabelLinkChain(Instruction* branch, in RemoveBranchFromLabelLinkChain() argument
4574 Instruction* branch = InstructionAt(tasks[i].pc_offset_); EmitVeneers() local
4587 Instruction* branch = InstructionAt(info.pc_offset_); EmitVeneers() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c121 bi_instr *branch = bi_jump(b, bi_zero()); in bi_emit_jump() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1691 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) in addSwitchCase() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc1882 const auto* branch = in FindSwitchCaseHeaders() local
2319 const auto* branch = if_header_info->basic_block->terminator(); FindIfSelectionInternalHeaders() local
2999 const auto* branch = block_info.basic_block->terminator(); EmitSwitchStart() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c5714 struct bpf_verifier_state *branch; in sanitize_speculative_path() local
[all...]

Completed in 92 milliseconds

12345