Searched refs:KnownUndef (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2982 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 2984 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 3024 APInt KnownUndef = APInt::getZero(NumElts); in getKnownUndefForVectorBinop() local 3036 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 3038 return KnownUndef; in getKnownUndefForVectorBinop() 3042 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 3051 KnownUndef = KnownZero = APInt::getZero(NumElts); in SimplifyDemandedVectorElts() 3066 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 3076 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 3107 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() [all …]
|
H A D | DAGCombiner.cpp | 1401 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1402 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1223 APInt &KnownUndef,
|
H A D | X86ISelLowering.cpp | 5550 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument 5552 KnownUndef = KnownZero = APInt::getZero(Size); in computeZeroableShuffleElements() 5568 KnownUndef.setBit(i); in computeZeroableShuffleElements() 5590 KnownUndef.setBit(i); in computeZeroableShuffleElements() 5619 KnownUndef.setBit(i); in computeZeroableShuffleElements() 5633 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument 5645 KnownUndef = KnownZero = APInt::getZero(Size); in getTargetShuffleAndZeroables() 5672 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 5685 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 5698 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4063 APInt &KnownUndef, APInt &KnownZero, 4141 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|