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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 106 APInt KnownOne, KnownZero;
107 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
171 const APInt &KnownZero, const APInt &KnownOne) {
173 if (NumSignBits == 1 && KnownZero == 0 && KnownOne == 0)
179 LOI.KnownOne = KnownOne;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 509 APInt KnownOne;
538 CurDAG->ComputeMaskedBits(Src, KnownZero, KnownOne);
539 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 680 APInt KnownZero, KnownOne;
681 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 735 milliseconds