Home
last modified time | relevance | path

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/
DValueTracking.cpp1240 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/
DTargetLowering.cpp2085 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()
DDAGCombiner.cpp1076 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6911 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 …]