Searched refs:KnownZero (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2085 APInt &KnownZero, in SimplifyDemandedVectorElts() argument 2092 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 2151 APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth, in SimplifyDemandedVectorElts() argument 2160 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts() 2207 KnownZero, TLO, Depth + 1); in SimplifyDemandedVectorElts() 2246 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts() 2271 KnownZero.setBit(i); in SimplifyDemandedVectorElts() 2304 KnownZero.setBit(i); in SimplifyDemandedVectorElts() 2321 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 2352 if (SimplifyDemandedVectorElts(Base, BaseElts, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorElts() [all …]
|
D | DAGCombiner.cpp | 1076 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1077 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1240 auto KZF = [NSW](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() argument 1241 APInt KZResult = KnownZero << ShiftAmt; in computeKnownBitsFromOperator() 1245 if (NSW && KnownZero.isSignBitSet()) in computeKnownBitsFromOperator() 1262 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() argument 1263 APInt KZResult = KnownZero.lshr(ShiftAmt); in computeKnownBitsFromOperator() 1278 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() argument 1279 return KnownZero.ashr(ShiftAmt); in computeKnownBitsFromOperator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3175 APInt &KnownUndef, APInt &KnownZero, 3182 APInt &KnownUndef, APInt &KnownZero, 3229 APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth = 0) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6911 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument 6913 KnownUndef = KnownZero = APInt::getNullValue(Size); in computeZeroableShuffleElements() 6933 KnownZero.setBit(i); in computeZeroableShuffleElements() 6953 KnownZero.setBit(i); in computeZeroableShuffleElements() 6958 KnownZero.setBit(i); in computeZeroableShuffleElements() 6963 KnownZero.setBit(i); in computeZeroableShuffleElements() 6982 KnownZero.setBit(i); in computeZeroableShuffleElements() 6994 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument 7006 KnownUndef = KnownZero = APInt::getNullValue(Size); in getTargetShuffleAndZeroables() 7033 KnownZero.setBit(i); in getTargetShuffleAndZeroables() [all …]
|
D | X86ISelLowering.h | 957 APInt &KnownZero,
|