Searched refs:shouldAvoidTransformToShift (Results 1 – 10 of 10) sorted by relevance
/external/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
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 132 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
|
D | MSP430ISelLowering.cpp | 361 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, in shouldAvoidTransformToShift() function in MSP430TargetLowering
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 4005 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC() 4015 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) { in SimplifySetCC() 4034 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC() 4063 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 10487 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in foldExtendedSignBitTest() 21699 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) { in foldSelectCCToShiftAnd() 21717 if (TLI.shouldAvoidTransformToShift(XType, ShCt)) in foldSelectCCToShiftAnd() 21878 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) { in SimplifySelectCC() 21935 if (TLI.shouldAvoidTransformToShift(VT, ShCt)) in SimplifySelectCC()
|
/external/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()
|
/external/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
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2779 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { in shouldAvoidTransformToShift() function
|