Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h338 ScalarInVectorActions[OpcodeIdx]; in setScalarInVectorAction()
463 SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[LastOp - FirstOp + 1]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp340 if (TypeIdx >= ScalarInVectorActions[OpcodeIdx].size()) in findVectorLegalAction()
343 ScalarInVectorActions[OpcodeIdx][TypeIdx]; in findVectorLegalAction()