Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h347 ScalarInVectorActions[OpcodeIdx]; in setScalarInVectorAction()
472 SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[LastOp - FirstOp + 1]; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp337 if (TypeIdx >= ScalarInVectorActions[OpcodeIdx].size()) in findVectorLegalAction()
340 ScalarInVectorActions[OpcodeIdx][TypeIdx]; in findVectorLegalAction()