Searched refs:KnownUndef (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1452 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1462 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1476 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 1589 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 1673 KnownUndef.clearBit(Idx); in SimplifyDemandedVectorElts() 1675 KnownUndef.setBit(Idx); in SimplifyDemandedVectorElts() 1774 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 1777 KnownUndef.setBit(i); in SimplifyDemandedVectorElts() 1826 KnownUndef &= SrcUndef; in SimplifyDemandedVectorElts() 1841 KnownUndef &= SrcUndef; in SimplifyDemandedVectorElts() [all …]
|
| H A D | DAGCombiner.cpp | 1054 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1055 if (!TLI.SimplifyDemandedVectorElts(Op, Demanded, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorElts()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2945 APInt &KnownUndef, APInt &KnownZero, 2952 APInt &KnownUndef, APInt &KnownZero, 2989 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 870 APInt &KnownUndef,
|
| H A D | X86ISelLowering.cpp | 32386 APInt KnownUndef, KnownZero; in combineShuffle() local 32442 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, in SimplifyDemandedVectorEltsForTargetNode() argument 32550 KnownUndef.clearAllBits(); in SimplifyDemandedVectorEltsForTargetNode() 32563 KnownUndef.setAllBits(); in SimplifyDemandedVectorEltsForTargetNode() 32596 KnownUndef.setBit(i); in SimplifyDemandedVectorEltsForTargetNode() 32752 APInt KnownUndef, KnownZero; in SimplifyDemandedBitsForTargetNode() local 32754 if (SimplifyDemandedVectorElts(Src, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedBitsForTargetNode() 35785 APInt KnownUndef, KnownZero; in combineVectorShiftVar() local 35788 if (TLI.SimplifyDemandedVectorElts(SDValue(N, 0), DemandedElts, KnownUndef, in combineVectorShiftVar() 38998 APInt KnownUndef, KnownZero; in combineX86INT_TO_FP() local [all …]
|