Home
last modified time | relevance | path

Searched defs:typeInst (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/source/opt/
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents()
70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local
183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
Dinline_opaque_pass.cpp30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
Dscalar_replacement_pass.cpp493 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local
683 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
Ddead_branch_elim_pass.cpp67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
Dtype_manager.cpp214 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents()
70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local
183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
Dinline_opaque_pass.cpp30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
Dscalar_replacement_pass.cpp488 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local
678 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
Ddead_branch_elim_pass.cpp67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
Dtype_manager.cpp213 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_insert_elim_pass.cpp39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents()
70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local
183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
Dinline_opaque_pass.cpp30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
Dscalar_replacement_pass.cpp488 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local
678 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
Ddead_branch_elim_pass.cpp67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
Dtype_manager.cpp213 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
/third_party/glslang/SPIRV/
DspvIR.h495 Instruction* typeInst = parent.getInstruction(functionType); in Function() local