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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp25 /// ShrinkDemandedConstant - Check to see if the specified operand of the
29 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
259 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
296 if (ShrinkDemandedConstant(I, 1, DemandedMask))
346 if (ShrinkDemandedConstant(I, 1, DemandedMask))
389 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
390 ShrinkDemandedConstant(I, 2, DemandedMask))
514 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp278 /// ShrinkDemandedConstant - Check to see if the specified operand of the
282 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
428 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
451 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
485 if (TLO.ShrinkDemandedConstant(Op, NewMask))
558 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
577 if (TLO.ShrinkDemandedConstant(Op, NewMask))
595 if (TLO.ShrinkDemandedConstant(Op, NewMask))
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1627 if (TLO.ShrinkDemandedConstant(OutVal, DemandedMask) ||
1644 if (TLO.ShrinkDemandedConstant(Time, DemandedMask) ||
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1959 bool ShrinkDemandedConstant(SDValue Op, const APInt &Demanded);
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1164 if (TLO.ShrinkDemandedConstant(Src, Demanded) ||
H A DAMDGPUISelLowering.cpp2023 if (TLO.ShrinkDemandedConstant(BitsFrom, Demanded) ||
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19751 if (TLO.ShrinkDemandedConstant(Cond, DemandedMask) ||
21480 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||

Completed in 4678 milliseconds