Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition() local
43 switch (cInst->opcode()) { in GetConstCondition()
55 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
Dlocal_access_chain_convert_pass.cpp64 const Instruction* cInst = get_def_use_mgr()->GetDef(*iid); in AppendConstantOperands() local
65 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in AppendConstantOperands()
Dcommon_uniform_elim_pass.cpp236 const Instruction* cInst = get_def_use_mgr()->GetDef(*iid); in GenACLoadRepl() local
237 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in GenACLoadRepl()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition() local
43 switch (cInst->opcode()) { in GetConstCondition()
55 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition()
Dlocal_access_chain_convert_pass.cpp64 const Instruction* cInst = get_def_use_mgr()->GetDef(*iid); in AppendConstantOperands() local
65 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in AppendConstantOperands()
Dcommon_uniform_elim_pass.cpp236 const Instruction* cInst = get_def_use_mgr()->GetDef(*iid); in GenACLoadRepl() local
237 uint32_t val = cInst->GetSingleWordInOperand(kConstantValueInIdx); in GenACLoadRepl()