Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6205 static bool isNonZeroModBitWidthOrUndef(const MachineRegisterInfo &MRI, in isNonZeroModBitWidthOrUndef() function
6231 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftWithInverse()
6269 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftAsShifts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7769 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) { in isNonZeroModBitWidthOrUndef() function
7791 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandVPFunnelShift()
7860 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()
7883 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()