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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2084 APInt &KnownUndef,
2092 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO);
2132 APInt KnownUndef = APInt::getNullValue(NumElts); local
2144 KnownUndef.setBit(i);
2146 return KnownUndef;
2150 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef,
2160 KnownUndef = KnownZero = APInt::getNullValue(NumElts);
2164 KnownUndef.setAllBits();
2174 KnownUndef.setAllBits();
2188 KnownUndef
2082 SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, DAGCombinerInfo &DCI) const argument
2149 SimplifyDemandedVectorElts( SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth, bool AssumeSingleUse) const argument
2692 SimplifyDemandedVectorEltsForTargetNode( SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth) const argument
[all...]
H A DDAGCombiner.cpp1083 APInt KnownUndef, KnownZero; local
1084 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3164 /// Otherwise, analyze the expression and return a mask of KnownUndef and
3166 /// The KnownUndef/Zero elements may only be accurate for those bits
3175 APInt &KnownUndef, APInt &KnownZero,
3182 APInt &KnownUndef, APInt &KnownZero,
3224 /// return a mask of KnownUndef and KnownZero elements for the expression
3225 /// (used to simplify the caller). The KnownUndef/Zero elements may only be
3228 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6911 APInt &KnownUndef, APInt &KnownZero) {
6913 KnownUndef = KnownZero = APInt::getNullValue(Size);
6929 KnownUndef.setBit(i);
6951 KnownUndef.setBit(i);
6980 KnownUndef.setBit(i);
6994 APInt &KnownUndef, APInt &KnownZero) {
7006 KnownUndef = KnownZero = APInt::getNullValue(Size);
7031 KnownUndef.setBit(i);
7044 KnownUndef.setBit(i);
7057 KnownUndef
[all...]
H A DX86ISelLowering.h956 APInt &KnownUndef,

Completed in 302 milliseconds