Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1037 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
1038 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
1039 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
1041 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
1154 NumElements2Actions[LastOp - FirstOp + 1]; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp531 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
533 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()