Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp518 if (TypeIdx >= ScalarInVectorActions[OpcodeIdx].size()) in findVectorLegalAction()
521 ScalarInVectorActions[OpcodeIdx][TypeIdx]; in findVectorLegalAction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1025 ScalarInVectorActions[OpcodeIdx]; in setScalarInVectorAction()
1150 SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[LastOp - FirstOp + 1]; variable