Home
last modified time | relevance | path

Searched refs:IsConstantInst (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
Dreflect.h50 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() function
Dir_loader.cpp115 } else if (IsConstantInst(opcode) || opcode == SpvOpVariable || in AddInstruction()
Dregister_pressure.cpp53 if (IsConstantInst(insn->opcode())) return false; in CreatesRegisterUsage()
Dir_context.cpp147 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
Dreflect.h50 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() function
Dir_loader.cpp115 } else if (IsConstantInst(opcode) || opcode == SpvOpVariable || in AddInstruction()
Dregister_pressure.cpp53 if (IsConstantInst(insn->opcode())) return false; in CreatesRegisterUsage()
Dir_context.cpp162 if (constant_mgr_ && IsConstantInst(inst->opcode())) { in KillInst()