Searched defs:KnownUndef (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2084 APInt &KnownUndef, in SimplifyDemandedVectorElts() 2132 APInt KnownUndef = APInt::getNullValue(NumElts); in getKnownUndefForVectorBinop() local 2150 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, 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() 7079 const APInt &KnownUndef, in resolveTargetShuffleFromZeroables() 7096 APInt &KnownUndef, 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 …]
|