Home
last modified time | relevance | path

Searched refs:IsTypeInst (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
Dreflect.h45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() function
Dremove_duplicates_pass.cpp184 if (!IsTypeInst(inst1.opcode())) return false; in AreTypesEqual()
Dir_loader.cpp113 } else if (IsTypeInst(opcode)) { in AddInstruction()
Dir_context.cpp143 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
Dtype_manager.cpp596 if (!IsTypeInst(inst.opcode())) return nullptr; in RecordIfTypeDefinition()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
Dreflect.h45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() function
Dremove_duplicates_pass.cpp184 if (!IsTypeInst(inst1.opcode())) return false; in AreTypesEqual()
Dir_loader.cpp113 } else if (IsTypeInst(opcode)) { in AddInstruction()
Dir_context.cpp158 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
Dtype_manager.cpp596 if (!IsTypeInst(inst.opcode())) return nullptr; in RecordIfTypeDefinition()