Searched defs:KnownZero (Results 1 – 4 of 4) sorted by relevance
/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() 1262 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator() 1278 auto KZF = [](const APInt &KnownZero, unsigned ShiftAmt) { in computeKnownBitsFromOperator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2085 APInt &KnownZero, in SimplifyDemandedVectorElts() 2151 APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth, in SimplifyDemandedVectorElts() 2693 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, in SimplifyDemandedVectorEltsForTargetNode()
|
D | DAGCombiner.cpp | 1076 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local
|
/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() 6994 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() 7080 const APInt &KnownZero, in resolveTargetShuffleFromZeroables() 7097 APInt &KnownZero) { in resolveZeroablesFromTargetShuffle() 7551 APInt &KnownUndef, APInt &KnownZero, in getTargetShuffleInputs() 7579 APInt KnownUndef, KnownZero; in getTargetShuffleInputs() local 17348 APInt KnownUndef, KnownZero; in lowerVECTOR_SHUFFLE() local 33470 APInt KnownUndef, KnownZero; in combineX86ShuffleChain() local 35278 APInt KnownUndef, KnownZero; in combineShuffle() local 35358 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, in SimplifyDemandedVectorEltsForTargetNode() [all …]
|