Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h359 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
360 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
361 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
363 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
476 NumElements2Actions[LastOp - FirstOp + 1]; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp350 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
352 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()