Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h350 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
351 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
352 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
354 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
467 NumElements2Actions[LastOp - FirstOp + 1]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp353 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
355 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()