Home
last modified time | relevance | path

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

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