Home
last modified time | relevance | path

Searched refs:opId (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp85 uint32_t opId = (*inst)->GetSingleWordInOperand(i); in ReplaceMultiplyByPowerOf2() local
86 Instruction* opInst = get_def_use_mgr()->GetDef(opId); in ReplaceMultiplyByPowerOf2()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrength_reduction_pass.cpp85 uint32_t opId = (*inst)->GetSingleWordInOperand(i); in ReplaceMultiplyByPowerOf2() local
86 Instruction* opInst = get_def_use_mgr()->GetDef(opId); in ReplaceMultiplyByPowerOf2()
/third_party/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp80 uint32_t opId = (*inst)->GetSingleWordInOperand(i); in ReplaceMultiplyByPowerOf2() local
81 Instruction* opInst = get_def_use_mgr()->GetDef(opId); in ReplaceMultiplyByPowerOf2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp129 unsigned opId = (B0->getOperand(0) == PN) ? 1 : 0; in scalarizePHI() local
131 ExtractElementInst::Create(B0->getOperand(opId), Elt, in scalarizePHI()
132 B0->getOperand(opId)->getName() + ".Elt"), in scalarizePHI()

Completed in 5 milliseconds