Home
last modified time | relevance | path

Searched refs:SrcZero (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3125 APInt SrcZero = KnownZero.zextOrTrunc(NumSrcElts); in SimplifyDemandedVectorElts() local
3126 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3149 APInt SrcDemandedElts, SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
3156 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3197 if (SrcZero[i]) in SimplifyDemandedVectorElts()
3211 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3219 if (SrcZero.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3360 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
3361 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
3365 KnownZero = SrcZero.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42191 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42193 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42276 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42277 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42280 KnownZero = SrcZero.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode()
42349 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42351 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42616 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
42617 if (SimplifyDemandedVectorElts(OpInputs[Src], SrcElts, SrcUndef, SrcZero, in SimplifyDemandedVectorEltsForTargetNode()