Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h131 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
H A DMSP430ISelLowering.cpp362 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3257 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
3266 return !shouldAvoidTransformToShift(VT, ShCt); in shouldFoldSelectWithSingleBitTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5047 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5057 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
5076 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
5105 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
H A DDAGCombiner.cpp13235 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest()
27077 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd()
27095 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd()
27365 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()
27415 !TLI.shouldAvoidTransformToShift(VT, CmpOpVT.getScalarSizeInBits() - 1)) { in SimplifySelectCC()