Home
last modified time | relevance | path

Searched refs:KnownUndef (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2755 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local
2757 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts()
2797 APInt KnownUndef = APInt::getZero(NumElts); in getKnownUndefForVectorBinop() local
2809 KnownUndef.setBit(i); in getKnownUndefForVectorBinop()
2811 return KnownUndef; in getKnownUndefForVectorBinop()
2815 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument
2824 KnownUndef = KnownZero = APInt::getZero(NumElts); in SimplifyDemandedVectorElts()
2839 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
2849 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
2879 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
[all …]
H A DDAGCombiner.cpp1259 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local
1260 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1190 APInt &KnownUndef,
H A DX86ISelLowering.cpp8036 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument
8038 KnownUndef = KnownZero = APInt::getZero(Size); in computeZeroableShuffleElements()
8054 KnownUndef.setBit(i); in computeZeroableShuffleElements()
8076 KnownUndef.setBit(i); in computeZeroableShuffleElements()
8105 KnownUndef.setBit(i); in computeZeroableShuffleElements()
8119 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument
8131 KnownUndef = KnownZero = APInt::getZero(Size); in getTargetShuffleAndZeroables()
8156 KnownUndef.setBit(i); in getTargetShuffleAndZeroables()
8169 KnownUndef.setBit(i); in getTargetShuffleAndZeroables()
8182 KnownUndef.setBit(i); in getTargetShuffleAndZeroables()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3780 APInt &KnownUndef, APInt &KnownZero,
3858 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,