Searched refs:KnownUndef (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1285 APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 1293 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 1300 SDValue Op, const APInt &DemandedEltMask, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 1310 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts() 1314 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1324 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1338 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1341 KnownUndef.setHighBits(NumElts - 1); in SimplifyDemandedVectorElts() 1356 return SimplifyDemandedVectorElts(Src, DemandedElts, KnownUndef, in SimplifyDemandedVectorElts() 1381 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts() [all …]
|
D | DAGCombiner.cpp | 1067 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1068 if (!TLI.SimplifyDemandedVectorElts(Op, Demanded, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2825 APInt &KnownUndef, APInt &KnownZero, 2831 APInt &KnownUndef, APInt &KnownZero, 2868 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|