Home
last modified time | relevance | path

Searched defs:KnownUndef (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2944 APInt KnownUndef, KnownZero; SimplifyDemandedVectorElts() local
2986 APInt KnownUndef = APInt::getZero(NumElts); getKnownUndefForVectorBinop() local
3004 SimplifyDemandedVectorElts(SDValue Op,const APInt & OriginalDemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth,bool AssumeSingleUse) const SimplifyDemandedVectorElts() argument
3724 SimplifyDemandedVectorEltsForTargetNode(SDValue Op,const APInt & DemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth) const SimplifyDemandedVectorEltsForTargetNode() argument
[all...]
H A DDAGCombiner.cpp1490 APInt KnownUndef, KnownZero; SimplifyDemandedVectorElts() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5427 computeZeroableShuffleElements(ArrayRef<int> Mask,SDValue V1,SDValue V2,APInt & KnownUndef,APInt & KnownZero) computeZeroableShuffleElements() argument
5510 getTargetShuffleAndZeroables(SDValue N,SmallVectorImpl<int> & Mask,SmallVectorImpl<SDValue> & Ops,APInt & KnownUndef,APInt & KnownZero) getTargetShuffleAndZeroables() argument
5609 resolveTargetShuffleFromZeroables(SmallVectorImpl<int> & Mask,const APInt & KnownUndef,const APInt & KnownZero,bool ResolveKnownZeros=true) resolveTargetShuffleFromZeroables() argument
5626 resolveZeroablesFromTargetShuffle(const SmallVectorImpl<int> & Mask,APInt & KnownUndef,APInt & KnownZero) resolveZeroablesFromTargetShuffle() argument
6177 getTargetShuffleInputs(SDValue Op,const APInt & DemandedElts,SmallVectorImpl<SDValue> & Inputs,SmallVectorImpl<int> & Mask,APInt & KnownUndef,APInt & KnownZero,const SelectionDAG & DAG,unsigned Depth,bool ResolveKnownElts) getTargetShuffleInputs() argument
6205 APInt KnownUndef, KnownZero; getTargetShuffleInputs() local
17532 APInt KnownUndef, KnownZero; lowerVECTOR_SHUFFLE() local
38022 APInt KnownUndef, KnownZero; combineX86ShuffleChain() local
40972 SimplifyDemandedVectorEltsForTargetNode(SDValue Op,const APInt & DemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth) const SimplifyDemandedVectorEltsForTargetNode() argument
41959 APInt KnownUndef, KnownZero; SimplifyDemandedBitsForTargetNode() local
42090 APInt KnownUndef, KnownZero; SimplifyDemandedBitsForTargetNode() local
[all...]