Home
last modified time | relevance | path

Searched refs:NumElements2Actions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1233 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
1234 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
1235 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
1237 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
1350 NumElements2Actions[LastOp - FirstOp + 1]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp671 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
673 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()