Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1374 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
1375 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
1376 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
1378 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
1491 NumElements2Actions[LastOp - FirstOp + 1]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp673 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
675 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()