Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp30 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, in ShrinkDemandedConstant() function
175 if (ShrinkDemandedConstant(I, 0, DemandedFromOps) || in SimplifyDemandedUseBits()
177 ShrinkDemandedConstant(I, 1, DemandedFromOps) || in SimplifyDemandedUseBits()
242 if (ShrinkDemandedConstant(I, 1, DemandedMask)) in SimplifyDemandedUseBits()
312 if (ShrinkDemandedConstant(I, 1, DemandedMask)) in SimplifyDemandedUseBits()
366 return ShrinkDemandedConstant(I, OpNo, DemandedMask); in SimplifyDemandedUseBits()
377 return ShrinkDemandedConstant(I, OpNo, DemandedMask); in SimplifyDemandedUseBits()
513 if (ShrinkDemandedConstant(I, 1, DemandedFromOps) || in SimplifyDemandedUseBits()
523 if (ShrinkDemandedConstant(I, 0, DemandedFromLHS) || in SimplifyDemandedUseBits()
544 if (ShrinkDemandedConstant(I, 1, DemandedFromOps) || in SimplifyDemandedUseBits()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1602 if (TLI.ShrinkDemandedConstant(OutVal, DemandedMask, TLO) || in PerformDAGCombine()
1618 if (TLI.ShrinkDemandedConstant(Time, DemandedMask, TLO) || in PerformDAGCombine()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3684 bool ShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
3689 bool ShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp500 bool TargetLowering::ShrinkDemandedConstant(SDValue Op, in ShrinkDemandedConstant() function in TargetLowering
541 bool TargetLowering::ShrinkDemandedConstant(SDValue Op, in ShrinkDemandedConstant() function in TargetLowering
548 return ShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO); in ShrinkDemandedConstant()
1358 if (ShrinkDemandedConstant(Op, ~LHSKnown.Zero & DemandedBits, in SimplifyDemandedBits()
1416 if (ShrinkDemandedConstant(Op, ~Known2.Zero & DemandedBits, DemandedElts, in SimplifyDemandedBits()
1460 if (ShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in SimplifyDemandedBits()
1590 if (ShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in SimplifyDemandedBits()
1621 if (ShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in SimplifyDemandedBits()
1651 if (ShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in SimplifyDemandedBits()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4255 if (TLI.ShrinkDemandedConstant(BitsFrom, Demanded, TLO) || in PerformDAGCombine()