Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h77 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
H A DMSP430ISelLowering.cpp241 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3475 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
3484 return !shouldAvoidTransformToShift(VT, ShCt); in shouldFoldSelectWithSingleBitTest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5335 !shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5345 if (C1.isPowerOf2() && !shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5364 if (!shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
5393 !shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
H A DDAGCombiner.cpp14288 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest()
28593 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd()
28611 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd()
28878 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()
28928 !TLI.shouldAvoidTransformToShift(VT, CmpOpVT.getScalarSizeInBits() - 1)) { in SimplifySelectCC()