Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp83 auto bit_instruction = in Apply() local
89 switch (bit_instruction->opcode()) { in Apply()
95 bit_instruction); in Apply()
170 opt::IRContext* ir_context, opt::Instruction* bit_instruction) { in GetRequiredFreshIdCount() argument
173 switch (bit_instruction->opcode()) { in GetRequiredFreshIdCount()
178 return (2 + bit_instruction->NumInOperands()) * in GetRequiredFreshIdCount()
180 ->GetType(bit_instruction->type_id()) in GetRequiredFreshIdCount()
192 opt::Instruction* bit_instruction) const { in AddOpBitwiseOrOpNotSynonym()
198 ->GetType(bit_instruction->type_id()) in AddOpBitwiseOrOpNotSynonym()
220 for (auto operand = bit_instruction->begin() + 2; in AddOpBitwiseOrOpNotSynonym()
[all …]
Dtransformation_add_bit_instruction_synonym.h129 opt::Instruction* bit_instruction);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp83 auto bit_instruction = in Apply() local
89 switch (bit_instruction->opcode()) { in Apply()
95 bit_instruction); in Apply()
170 opt::IRContext* ir_context, opt::Instruction* bit_instruction) { in GetRequiredFreshIdCount() argument
173 switch (bit_instruction->opcode()) { in GetRequiredFreshIdCount()
178 return (2 + bit_instruction->NumInOperands()) * in GetRequiredFreshIdCount()
180 ->GetType(bit_instruction->type_id()) in GetRequiredFreshIdCount()
192 opt::Instruction* bit_instruction) const { in AddOpBitwiseOrOpNotSynonym()
198 ->GetType(bit_instruction->type_id()) in AddOpBitwiseOrOpNotSynonym()
220 for (auto operand = bit_instruction->begin() + 2; in AddOpBitwiseOrOpNotSynonym()
[all …]
Dtransformation_add_bit_instruction_synonym.h129 opt::Instruction* bit_instruction);
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp83 auto bit_instruction = in Apply() local
89 switch (bit_instruction->opcode()) { in Apply()
95 bit_instruction); in Apply()
170 opt::IRContext* ir_context, opt::Instruction* bit_instruction) { in GetRequiredFreshIdCount() argument
173 switch (bit_instruction->opcode()) { in GetRequiredFreshIdCount()
178 return (2 + bit_instruction->NumInOperands()) * in GetRequiredFreshIdCount()
180 ->GetType(bit_instruction->type_id()) in GetRequiredFreshIdCount()
192 opt::Instruction* bit_instruction) const { in AddOpBitwiseOrOpNotSynonym()
198 ->GetType(bit_instruction->type_id()) in AddOpBitwiseOrOpNotSynonym()
220 for (auto operand = bit_instruction->begin() + 2; in AddOpBitwiseOrOpNotSynonym()
[all …]
Dtransformation_add_bit_instruction_synonym.h129 opt::Instruction* bit_instruction);