Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DAArch64SelectionDAGTest.cpp180 auto KnownUndef = APInt(3, 0); TEST_F() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2972 APInt KnownUndef, KnownZero; SimplifyDemandedVectorElts() local
3014 APInt KnownUndef = APInt::getZero(NumElts); getKnownUndefForVectorBinop() local
3032 SimplifyDemandedVectorElts(SDValue Op,const APInt & OriginalDemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth,bool AssumeSingleUse) const SimplifyDemandedVectorElts() argument
3770 SimplifyDemandedVectorEltsForTargetNode(SDValue Op,const APInt & DemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth) const SimplifyDemandedVectorEltsForTargetNode() argument
[all...]
H A DDAGCombiner.cpp1396 APInt KnownUndef, KnownZero; SimplifyDemandedVectorElts() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5574 computeZeroableShuffleElements(ArrayRef<int> Mask,SDValue V1,SDValue V2,APInt & KnownUndef,APInt & KnownZero) computeZeroableShuffleElements() argument
5657 getTargetShuffleAndZeroables(SDValue N,SmallVectorImpl<int> & Mask,SmallVectorImpl<SDValue> & Ops,APInt & KnownUndef,APInt & KnownZero) getTargetShuffleAndZeroables() argument
5758 resolveTargetShuffleFromZeroables(SmallVectorImpl<int> & Mask,const APInt & KnownUndef,const APInt & KnownZero,bool ResolveKnownZeros=true) resolveTargetShuffleFromZeroables() argument
5775 resolveZeroablesFromTargetShuffle(const SmallVectorImpl<int> & Mask,APInt & KnownUndef,APInt & KnownZero) resolveZeroablesFromTargetShuffle() argument
6348 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
6376 APInt KnownUndef, KnownZero; getTargetShuffleInputs() local
17687 APInt KnownUndef, KnownZero; lowerVECTOR_SHUFFLE() local
38754 APInt KnownUndef, KnownZero; combineX86ShuffleChain() local
41829 SimplifyDemandedVectorEltsForTargetNode(SDValue Op,const APInt & DemandedElts,APInt & KnownUndef,APInt & KnownZero,TargetLoweringOpt & TLO,unsigned Depth) const SimplifyDemandedVectorEltsForTargetNode() argument
42837 APInt KnownUndef, KnownZero; SimplifyDemandedBitsForTargetNode() local
42968 APInt KnownUndef, KnownZero; SimplifyDemandedBitsForTargetNode() local
[all...]