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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp41 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
194 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnown.Zero))
228 if (ShrinkDemandedConstant(I, 1, DemandedMask))
285 if (ShrinkDemandedConstant(I, 1, DemandedMask))
353 // This is similar to ShrinkDemandedConstant, but for a select we want to
368 return ShrinkDemandedConstant(I, OpNo, DemandedMask);
379 return ShrinkDemandedConstant(I, OpNo, DemandedMask);
463 if (ShrinkDemandedConstant(I, 0, DemandedFromOps) ||
465 ShrinkDemandedConstant(I, 1, DemandedFromOps) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1610 if (TLI.ShrinkDemandedConstant(OutVal, DemandedMask, TLO) ||
1626 if (TLI.ShrinkDemandedConstant(Time, DemandedMask, TLO) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp494 bool TargetLowering::ShrinkDemandedConstant(SDValue Op, const APInt &Demanded, function in class:TargetLowering
1072 if (ShrinkDemandedConstant(Op, ~LHSKnown.Zero & DemandedBits, TLO))
1120 if (ShrinkDemandedConstant(Op, ~Known2.Zero & DemandedBits, TLO))
1166 if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
1248 if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
1267 if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
1285 if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3105 bool ShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
3109 // ShrinkDemandedConstant. This function should return true if the target
3110 // doesn't want ShrinkDemandedConstant to further optimize the constant.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4090 if (TLI.ShrinkDemandedConstant(BitsFrom, Demanded, TLO) ||

Completed in 314 milliseconds