Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp517 if (TypeIdx >= ScalarInVectorActions[OpcodeIdx].size()) in findVectorLegalAction()
520 ScalarInVectorActions[OpcodeIdx][TypeIdx]; in findVectorLegalAction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1008 ScalarInVectorActions[OpcodeIdx]; in setScalarInVectorAction()
1133 SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[LastOp - FirstOp + 1]; variable