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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h128 bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const override;
H A DMSP430ISelLowering.cpp362 bool MSP430TargetLowering::shouldAvoidTransformToShift(EVT VT, function in class:MSP430TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3695 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3705 !TLI.shouldAvoidTransformToShift(ShValTy, ShCt)) {
3724 if (!TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) {
3753 !TLI.shouldAvoidTransformToShift(ShValTy, ShiftBits)) {
H A DDAGCombiner.cpp9598 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) {
20269 if (!TLI.shouldAvoidTransformToShift(XType, ShCt)) {
20287 if (TLI.shouldAvoidTransformToShift(XType, ShCt))
20408 if (!TLI.shouldAvoidTransformToShift(VT, ShCt)) {
20465 if (TLI.shouldAvoidTransformToShift(VT, ShCt))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2606 virtual bool shouldAvoidTransformToShift(EVT VT, unsigned Amount) const { function

Completed in 287 milliseconds