Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h128 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
DMSP430ISelLowering.cpp362 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3695 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
3705 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC()
3724 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
3753 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
DDAGCombiner.cpp9591 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest()
20264 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd()
20282 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd()
20403 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in SimplifySelectCC()
20460 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2606 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function