Searched refs:SrcZero (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3253 APInt SrcZero = KnownZero.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local 3254 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3290 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local 3297 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3338 if (SrcZero[i]) in SimplifyDemandedVectorElts() 3352 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts() 3360 if (SrcZero.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts() 3501 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local 3502 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts() 3506 KnownZero = SrcZero.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 43799 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 43801 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43884 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 43885 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 43888 KnownZero = SrcZero.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode() 43959 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 43961 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode() 44341 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local 44342 if (SimplifyDemandedVectorElts(OpInputs[Src], SrcElts, SrcUndef, SrcZero, in SimplifyDemandedVectorEltsForTargetNode()
|