HomeSort by relevance Sort by last modified time
    Searched refs:ShrinkDemandedConstant (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 25 /// ShrinkDemandedConstant - Check to see if the specified operand of the
29 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo,
271 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
314 if (ShrinkDemandedConstant(I, 1, DemandedMask))
376 if (ShrinkDemandedConstant(I, 1, DemandedMask))
425 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
426 ShrinkDemandedConstant(I, 2, DemandedMask))
536 ShrinkDemandedConstant(I, 1, DemandedFromOps) ||
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 293 /// ShrinkDemandedConstant - Check to see if the specified operand of the
297 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op,
444 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
467 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
501 if (TLO.ShrinkDemandedConstant(Op, NewMask))
574 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
593 if (TLO.ShrinkDemandedConstant(Op, NewMask))
611 if (TLO.ShrinkDemandedConstant(Op, NewMask))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]

Completed in 670 milliseconds