Home
last modified time | relevance | path

Searched refs:instruction_in_block (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_util.cpp288 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block) { in CanInsertOpcodeBeforeInstruction() argument
289 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction()
290 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction()
291 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()
296 instruction_in_block->opcode() == SpvOpVariable) { in CanInsertOpcodeBeforeInstruction()
303 return opcode == SpvOpPhi || instruction_in_block->opcode() != SpvOpPhi; in CanInsertOpcodeBeforeInstruction()
Dfuzzer_util.h114 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block);
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp288 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block) { in CanInsertOpcodeBeforeInstruction() argument
289 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction()
290 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction()
291 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()
296 instruction_in_block->opcode() == SpvOpVariable) { in CanInsertOpcodeBeforeInstruction()
303 return opcode == SpvOpPhi || instruction_in_block->opcode() != SpvOpPhi; in CanInsertOpcodeBeforeInstruction()
Dfuzzer_util.h114 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block);
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp288 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block) { in CanInsertOpcodeBeforeInstruction() argument
289 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction()
290 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction()
291 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()
296 instruction_in_block->opcode() == SpvOpVariable) { in CanInsertOpcodeBeforeInstruction()
303 return opcode == SpvOpPhi || instruction_in_block->opcode() != SpvOpPhi; in CanInsertOpcodeBeforeInstruction()
Dfuzzer_util.h114 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block);