Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h132 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
H A DMSP430ISelLowering.cpp361 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2822 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4116 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4126 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4145 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
4174 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
H A DDAGCombiner.cpp10906 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest()
22389 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd()
22407 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd()
22612 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in SimplifySelectCC()
22669 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()