HomeSort by relevance Sort by last modified time
    Searched defs:KnownOne (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 108 APInt KnownOne, KnownZero;
109 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
173 const APInt &KnownZero, const APInt &KnownOne) {
175 if (NumSignBits == 1 && KnownZero == 0 && KnownOne == 0)
181 LOI.KnownOne = KnownOne;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 432 APInt KnownOne;
462 CurDAG->ComputeMaskedBits(Src, Mask, KnownZero, KnownOne);
463 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 645 APInt KnownZero, KnownOne;
646 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 46 milliseconds