Home
last modified time | relevance | path

Searched refs:branch_instruction (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_split_block.cpp112 auto branch_instruction = MakeUnique<opt::Instruction>( in Apply() local
116 auto branch_instruction_ptr = branch_instruction.get(); in Apply()
117 block_to_split->AddInstruction(std::move(branch_instruction)); in Apply()
H A Dtransformation_flatten_conditional_branch.cpp236 auto branch_instruction = header_block->terminator(); in Apply() local
238 branch_instruction->GetSingleWordInOperand(branches[1]); in Apply()
240 branch_instruction->GetSingleWordInOperand(branches[0]); in Apply()
274 uint32_t next_block_id = branch_instruction->GetSingleWordInOperand(branch); in Apply()
378 ir_context->KillInst(branch_instruction); in Apply()
877 const opt::Instruction& branch_instruction = *header_block.terminator(); in RewriteOpPhiInstructionsAtConvergenceBlock() local
880 branch_instruction.GetInOperand(0); in RewriteOpPhiInstructionsAtConvergenceBlock()
894 [this, &branch_condition_operand, branch_instruction, in RewriteOpPhiInstructionsAtConvergenceBlock()
948 branch_instruction.GetSingleWordInOperand(1); in RewriteOpPhiInstructionsAtConvergenceBlock()
950 branch_instruction.GetSingleWordInOperand(2); in RewriteOpPhiInstructionsAtConvergenceBlock()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_split_block.cpp112 auto branch_instruction = MakeUnique<opt::Instruction>( in Apply() local
116 auto branch_instruction_ptr = branch_instruction.get(); in Apply()
117 block_to_split->AddInstruction(std::move(branch_instruction)); in Apply()
H A Dtransformation_flatten_conditional_branch.cpp236 auto branch_instruction = header_block->terminator(); in Apply() local
238 branch_instruction->GetSingleWordInOperand(branches[1]); in Apply()
240 branch_instruction->GetSingleWordInOperand(branches[0]); in Apply()
274 uint32_t next_block_id = branch_instruction->GetSingleWordInOperand(branch); in Apply()
378 ir_context->KillInst(branch_instruction); in Apply()
877 const opt::Instruction& branch_instruction = *header_block.terminator(); in RewriteOpPhiInstructionsAtConvergenceBlock() local
880 branch_instruction.GetInOperand(0); in RewriteOpPhiInstructionsAtConvergenceBlock()
894 [this, &branch_condition_operand, branch_instruction, in RewriteOpPhiInstructionsAtConvergenceBlock()
948 branch_instruction.GetSingleWordInOperand(1); in RewriteOpPhiInstructionsAtConvergenceBlock()
950 branch_instruction.GetSingleWordInOperand(2); in RewriteOpPhiInstructionsAtConvergenceBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp236 auto branch_instruction = header_block->terminator(); in Apply() local
238 branch_instruction->GetSingleWordInOperand(branches[1]); in Apply()
240 branch_instruction->GetSingleWordInOperand(branches[0]); in Apply()
274 uint32_t next_block_id = branch_instruction->GetSingleWordInOperand(branch); in Apply()
378 ir_context->KillInst(branch_instruction); in Apply()
859 const opt::Instruction& branch_instruction = *header_block.terminator(); in RewriteOpPhiInstructionsAtConvergenceBlock() local
862 branch_instruction.GetInOperand(0); in RewriteOpPhiInstructionsAtConvergenceBlock()
876 [this, &branch_condition_operand, branch_instruction, in RewriteOpPhiInstructionsAtConvergenceBlock()
930 branch_instruction.GetSingleWordInOperand(1); in RewriteOpPhiInstructionsAtConvergenceBlock()
932 branch_instruction.GetSingleWordInOperand(2); in RewriteOpPhiInstructionsAtConvergenceBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp236 auto branch_instruction = header_block->terminator(); in Apply() local
238 branch_instruction->GetSingleWordInOperand(branches[1]); in Apply()
240 branch_instruction->GetSingleWordInOperand(branches[0]); in Apply()
274 uint32_t next_block_id = branch_instruction->GetSingleWordInOperand(branch); in Apply()
378 ir_context->KillInst(branch_instruction); in Apply()
859 const opt::Instruction& branch_instruction = *header_block.terminator(); in RewriteOpPhiInstructionsAtConvergenceBlock() local
862 branch_instruction.GetInOperand(0); in RewriteOpPhiInstructionsAtConvergenceBlock()
876 [this, &branch_condition_operand, branch_instruction, in RewriteOpPhiInstructionsAtConvergenceBlock()
930 branch_instruction.GetSingleWordInOperand(1); in RewriteOpPhiInstructionsAtConvergenceBlock()
932 branch_instruction.GetSingleWordInOperand(2); in RewriteOpPhiInstructionsAtConvergenceBlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dbasic_block.cpp65 void BasicBlock::RegisterBranchInstruction(SpvOp branch_instruction) { in RegisterBranchInstruction() argument
66 if (branch_instruction == SpvOpUnreachable) reachable_ = false; in RegisterBranchInstruction()
H A Dfunction.cpp142 SpvOp branch_instruction) { in RegisterBlockEnd() argument
177 current_block_->RegisterBranchInstruction(branch_instruction); in RegisterBlockEnd()
H A Dbasic_block.h110 void RegisterBranchInstruction(SpvOp branch_instruction);
H A Dfunction.h102 SpvOp branch_instruction);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dbasic_block.cpp65 void BasicBlock::RegisterBranchInstruction(SpvOp branch_instruction) { in RegisterBranchInstruction() argument
66 if (branch_instruction == SpvOpUnreachable) reachable_ = false; in RegisterBranchInstruction()
H A Dfunction.cpp143 SpvOp branch_instruction) { in RegisterBlockEnd() argument
178 current_block_->RegisterBranchInstruction(branch_instruction); in RegisterBlockEnd()
H A Dbasic_block.h110 void RegisterBranchInstruction(SpvOp branch_instruction);
H A Dfunction.h102 SpvOp branch_instruction);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dbasic_block.cpp65 void BasicBlock::RegisterBranchInstruction(SpvOp branch_instruction) { in RegisterBranchInstruction() argument
66 if (branch_instruction == SpvOpUnreachable) reachable_ = false; in RegisterBranchInstruction()
H A Dfunction.cpp143 SpvOp branch_instruction) { in RegisterBlockEnd() argument
178 current_block_->RegisterBranchInstruction(branch_instruction); in RegisterBlockEnd()
H A Dbasic_block.h110 void RegisterBranchInstruction(SpvOp branch_instruction);
H A Dfunction.h102 SpvOp branch_instruction);
/dports/emulators/darcnes/darcnes/
H A Dbuild_cpu6502.c140 struct branch_instruction branch_instructions[] = {
H A Dbuild_cpu6xxx_common.h261 struct branch_instruction { struct
268 extern struct branch_instruction branch_instructions[]; argument
H A Dbuild_cpu6280.c138 struct branch_instruction branch_instructions[] = {
/dports/games/libretro-gpsp/gpsp-300d0c0/psp/
H A Dmips_emit.h572 u32 branch_instruction = address32(translation_ptr, -4); \
573 branch_instruction = (branch_instruction & 0xFFFF0000) | \
574 (((branch_instruction & 0x0000FFFF) + 1) & 0x0000FFFF); \
575 address32(translation_ptr, -8) = branch_instruction; \
/dports/emulators/qemu/qemu-6.2.0/disas/
H A Dnanomips.cpp21750 { branch_instruction , 0 , 0 , 32,
21760 { branch_instruction , 0 , 0 , 32,
21822 { branch_instruction , 0 , 0 , 32,
21825 { branch_instruction , 0 , 0 , 32,
21828 { branch_instruction , 0 , 0 , 32,
21831 { branch_instruction , 0 , 0 , 32,
21834 { branch_instruction , 0 , 0 , 32,
21922 { branch_instruction , 0 , 0 , 32,
21928 { branch_instruction , 0 , 0 , 32,
21931 { branch_instruction , 0 , 0 , 32,
[all …]
/dports/emulators/qemu42/qemu-4.2.1/disas/
H A Dnanomips.cpp21752 { branch_instruction , 0 , 0 , 32,
21762 { branch_instruction , 0 , 0 , 32,
21824 { branch_instruction , 0 , 0 , 32,
21827 { branch_instruction , 0 , 0 , 32,
21830 { branch_instruction , 0 , 0 , 32,
21833 { branch_instruction , 0 , 0 , 32,
21836 { branch_instruction , 0 , 0 , 32,
21924 { branch_instruction , 0 , 0 , 32,
21930 { branch_instruction , 0 , 0 , 32,
21933 { branch_instruction , 0 , 0 , 32,
[all …]
/dports/emulators/qemu60/qemu-6.0.0/disas/
H A Dnanomips.cpp21752 { branch_instruction , 0 , 0 , 32,
21762 { branch_instruction , 0 , 0 , 32,
21824 { branch_instruction , 0 , 0 , 32,
21827 { branch_instruction , 0 , 0 , 32,
21830 { branch_instruction , 0 , 0 , 32,
21833 { branch_instruction , 0 , 0 , 32,
21836 { branch_instruction , 0 , 0 , 32,
21924 { branch_instruction , 0 , 0 , 32,
21930 { branch_instruction , 0 , 0 , 32,
21933 { branch_instruction , 0 , 0 , 32,
[all …]

12