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/ |
D | MSP430ISelLowering.h | 128 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
|
D | MSP430ISelLowering.cpp | 362 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/ |
D | TargetLowering.cpp | 3695 !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()
|
D | DAGCombiner.cpp | 9591 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/ |
D | TargetLowering.h | 2606 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
|