HomeSort by relevance Sort by last modified time
    Searched refs:ShrinkDemandedConstant (Results 1 - 7 of 7) 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,
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))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 278 /// ShrinkDemandedConstant - Check to see if the specified operand of the
282 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedConstant(SDValue Op,
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))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1186 milliseconds