Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3124 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4847 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4857 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
4876 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
4905 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
H A DDAGCombiner.cpp12296 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest()
25365 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd()
25383 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd()
25596 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in SimplifySelectCC()
25653 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()
25703 !TLI.shouldAvoidTransformToShift(VT, CmpOpVT.getScalarSizeInBits() - 1)) { in SimplifySelectCC()