reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetLowering.h
 3089   bool ShrinkDemandedConstant(SDValue Op, const APInt &Demanded,

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1025       if (ShrinkDemandedConstant(Op, ~LHSKnown.Zero & DemandedBits, TLO))
 1073     if (ShrinkDemandedConstant(Op, ~Known2.Zero & DemandedBits, TLO))
 1119     if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
 1201         if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
 1220     if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
 1238     if (ShrinkDemandedConstant(Op, DemandedBits, TLO))
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 4058       if (TLI.ShrinkDemandedConstant(BitsFrom, Demanded, TLO) ||
lib/Target/XCore/XCoreISelLowering.cpp
 1609         if (TLI.ShrinkDemandedConstant(OutVal, DemandedMask, TLO) ||
 1625         if (TLI.ShrinkDemandedConstant(Time, DemandedMask, TLO) ||