Searched refs:shouldAvoidTransformToShift (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 77 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
|
| H A D | MSP430ISelLowering.cpp | 241 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3475 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 D | TargetLowering.cpp | 5335 !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 D | DAGCombiner.cpp | 14288 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()
|