Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1020 if (NumElements2Actions[OpcodeIdx].find(ElementSize) == in setVectorNumElementAction()
1021 NumElements2Actions[OpcodeIdx].end()) in setVectorNumElementAction()
1022 NumElements2Actions[OpcodeIdx][ElementSize] = {{}}; in setVectorNumElementAction()
1024 NumElements2Actions[OpcodeIdx].find(ElementSize)->second; in setVectorNumElementAction()
1137 NumElements2Actions[LastOp - FirstOp + 1]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp530 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
532 if (i == NumElements2Actions[OpcodeIdx].end()) { in findVectorLegalAction()