Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp6571 static bool isNonZeroModBitWidthOrUndef(const MachineRegisterInfo &MRI, in isNonZeroModBitWidthOrUndef() function
6597 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftWithInverse()
6635 if (isNonZeroModBitWidthOrUndef(MRI, Z, BW)) { in lowerFunnelShiftAsShifts()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp7909 static bool isNonZeroModBitWidthOrUndef(SDValue Z, unsigned BW) { in isNonZeroModBitWidthOrUndef() function
7931 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandVPFunnelShift()
8000 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()
8023 if (isNonZeroModBitWidthOrUndef(Z, BW)) { in expandFunnelShift()