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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp23 /// ShrinkDemandedConstant - Check to see if the specified operand of the
27 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
248 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
285 if (ShrinkDemandedConstant(I, 1, DemandedMask))
335 if (ShrinkDemandedConstant(I, 1, DemandedMask))
378 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
379 ShrinkDemandedConstant(I, 2, DemandedMask))
503 if (ShrinkDemandedConstant(I, 1, InDemandedBits))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp28 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, function
270 if (ShrinkDemandedConstant(I, 1, DemandedMask & ~LHSKnownZero))
313 if (ShrinkDemandedConstant(I, 1, DemandedMask))
375 if (ShrinkDemandedConstant(I, 1, DemandedMask))
424 if (ShrinkDemandedConstant(I, 1, DemandedMask) ||
425 ShrinkDemandedConstant(I, 2, DemandedMask))
535 ShrinkDemandedConstant(I, 1, DemandedFromOps) ||
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1119 /// ShrinkDemandedConstant - Check to see if the specified operand of the
1123 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
1263 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
1286 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
1320 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1392 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
1411 if (TLO.ShrinkDemandedConstant(Op, NewMask))
1429 if (TLO.ShrinkDemandedConstant(Op, NewMask))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp340 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
485 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
508 if (TLO.ShrinkDemandedConstant(Op, ~KnownZero2 & NewMask))
542 if (TLO.ShrinkDemandedConstant(Op, NewMask))
615 } else if (TLO.ShrinkDemandedConstant(Op, NewMask)) {
634 if (TLO.ShrinkDemandedConstant(Op, NewMask))
652 if (TLO.ShrinkDemandedConstant(Op, NewMask))

Completed in 169 milliseconds