HomeSort by relevance Sort by last modified time
    Searched refs:KnownOne2 (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Analysis/
DemandedBits.cpp 76 APInt &KnownZero2, APInt &KnownOne2) {
95 KnownOne2 = APInt(BitWidth, 0);
96 computeKnownBits(const_cast<Value *>(V2), KnownZero2, KnownOne2, DL,
216 AB &= ~KnownOne2;
220 AB &= ~(KnownOne & ~KnownOne2);
320 APInt KnownZero, KnownOne, KnownZero2, KnownOne2;
338 KnownZero2, KnownOne2);
ValueTracking.cpp 237 APInt &KnownZero2, APInt &KnownOne2,
249 computeKnownBits(Op1, KnownZero2, KnownOne2, Depth + 1, Q);
269 computeKnownBits(Op1, KnownZero2, KnownOne2, Depth + 1, Q);
275 std::swap(KnownZero2, KnownOne2);
280 APInt PossibleSumOne = LHSKnownOne + KnownOne2 + CarryIn;
284 APInt CarryKnownOne = PossibleSumOne ^ LHSKnownOne ^ KnownOne2;
288 APInt RHSKnown = KnownZero2 | KnownOne2;
308 else if (LHSKnownOne.isNegative() && KnownOne2.isNegative())
316 APInt &KnownZero2, APInt &KnownOne2,
320 computeKnownBits(Op0, KnownZero2, KnownOne2, Depth + 1, Q)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 94 APInt KnownZero2(BitWidth, 0), KnownOne2(BitWidth, 0);
95 ComputeMaskedBits(CV->getOperand(i), Mask, KnownZero2, KnownOne2,
98 KnownOne &= KnownOne2;
153 APInt KnownZero2(KnownZero), KnownOne2(KnownOne);
160 ComputeMaskedBits(I->getOperand(0), Mask2, KnownZero2, KnownOne2, TD,
163 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
166 KnownOne &= KnownOne2;
174 ComputeMaskedBits(I->getOperand(0), Mask2, KnownZero2, KnownOne2, TD,
177 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
182 KnownOne |= KnownOne2;
    [all...]
  /external/llvm/include/llvm/Analysis/
DemandedBits.h 62 APInt &KnownZero2, APInt &KnownOne2);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 62 APInt &KnownZero2, APInt &KnownOne2);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 62 APInt &KnownZero2, APInt &KnownOne2);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 464 APInt KnownZero2, KnownOne2, KnownZeroOut, KnownOneOut;
494 KnownZero2, KnownOne2, TLO, Depth+1))
496 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
502 if ((NewMask & ~KnownZero & KnownOne2) == (~KnownZero & NewMask))
515 KnownOne &= KnownOne2;
525 KnownZero2, KnownOne2, TLO, Depth+1))
527 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
531 if ((NewMask & ~KnownOne2 & KnownZero) == (~KnownOne2 & NewMask))
537 if ((NewMask & ~KnownZero & KnownOne2) == (~KnownZero & NewMask)
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 720 APInt KnownZero2(BitWidth, 0), KnownOne2(BitWidth, 0);
723 KnownOne2, Depth + 1) ||
725 KnownOne2, Depth + 1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 744 APInt KnownZero2, KnownOne2
    [all...]

Completed in 1078 milliseconds