Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h123 using SizeAndAction =
125 using SizeAndActionsVec = std::vector<SizeAndAction>;
360 for(auto SizeAndAction: v) { in checkPartialSizeAndActionsVector() local
361 assert(SizeAndAction.first > prev_size); in checkPartialSizeAndActionsVector()
362 prev_size = SizeAndAction.first; in checkPartialSizeAndActionsVector()
423 static SizeAndAction findAction(const SizeAndActionsVec &Vec,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp171 for (SizeAndAction BitsizeAndAction : VectorSpecifiedActions.second) { in computeTables()
246 LegacyLegalizerInfo::SizeAndAction
253 Vec, [=](const SizeAndAction &A) { return A.first <= Size; }); in findAction()
323 auto SizeAndAction = findAction(Vec, Aspect.Type.getSizeInBits()); in findScalarLegalAction() local
324 return {SizeAndAction.second, in findScalarLegalAction()
325 Aspect.Type.isScalar() ? LLT::scalar(SizeAndAction.first) in findScalarLegalAction()
327 SizeAndAction.first)}; in findScalarLegalAction()