Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2454 APInt SrcZero, SrcUndef; in SimplifyDemandedVectorElts() local
2465 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2491 if (SrcZero[i]) in SimplifyDemandedVectorElts()
2508 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2516 if (SrcZero.extractBits(Scale, i * Scale).isAllOnesValue()) in SimplifyDemandedVectorElts()
2625 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
2626 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
2630 KnownZero = SrcZero.extractBits(NumElts, Idx); in SimplifyDemandedVectorElts()
2779 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorElts() local
2783 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorElts()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38562 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
38564 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38647 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
38648 if (SimplifyDemandedVectorElts(Src, DemandedSrc, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38651 KnownZero = SrcZero.zextOrTrunc(NumElts); in SimplifyDemandedVectorEltsForTargetNode()
38697 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
38699 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
38935 APInt SrcUndef, SrcZero; in SimplifyDemandedVectorEltsForTargetNode() local
38936 if (SimplifyDemandedVectorElts(OpInputs[Src], SrcElts, SrcUndef, SrcZero, in SimplifyDemandedVectorEltsForTargetNode()