Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7261 static bool isNonZeroModBitWidthOrUndef(const MachineRegisterInfo &MRI, in isNonZeroModBitWidthOrUndef() function
7287 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftWithInverse()
7325 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftAsShifts()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8127 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) { in isNonZeroModBitWidthOrUndef() function
8149 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandVPFunnelShift()
8218 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()
8241 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()