Home
last modified time | relevance | path

Searched refs:moreElementsToNextPow2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp97 LegalizeMutation LegalizeMutations::moreElementsToNextPow2(unsigned TypeIdx, in moreElementsToNextPow2() function in LegalizeMutations
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp128 .moreElementsToNextPow2(0); in AArch64LegalizerInfo()
154 .moreElementsToNextPow2(0) in AArch64LegalizerInfo()
176 .moreElementsToNextPow2(0); in AArch64LegalizerInfo()
690 .moreElementsToNextPow2(0) in AArch64LegalizerInfo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h384 LegalizeMutation moreElementsToNextPow2(unsigned TypeIdx, unsigned Min = 0);
1067 LegalizeRuleSet &moreElementsToNextPow2(unsigned TypeIdx) { in moreElementsToNextPow2() function
1071 LegalizeMutations::moreElementsToNextPow2(TypeIdx)); in moreElementsToNextPow2()
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DLegalizer.rst68 .moreElementsToNextPow2(0);
250 * ``moreElementsToNextMultiple()`` is like ``moreElementsToNextPow2()`` but is based on
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp257 .moreElementsToNextPow2(0); in TEST()