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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp24 /// ShrinkDemandedConstant - Check to see if the specified operand of the
28 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
258 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
295 if (ShrinkDemandedConstant(I, 1, DemandedMask))
345 if (ShrinkDemandedConstant(I, 1, DemandedMask))
388 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
389 ShrinkDemandedConstant(I, 2, DemandedMask))
513 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp277 /// ShrinkDemandedConstant - Check to see if the specified operand of the
281 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
423 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
446 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
480 if (TLO.ShrinkDemandedConstant(Op, NewMask))
553 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
572 if (TLO.ShrinkDemandedConstant(Op, NewMask))
590 if (TLO.ShrinkDemandedConstant(Op, NewMask))
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1795 bool ShrinkDemandedConstant(SDValue Op, const APInt &Demanded);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17054 if (TLO.ShrinkDemandedConstant(Cond, DemandedMask) ||
18732 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||

Completed in 204 milliseconds