Searched refs:shouldAvoidTransformToShift (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 132 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
|
| H A D | MSP430ISelLowering.cpp | 361 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2822 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4116 !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 D | DAGCombiner.cpp | 10906 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()
|