Searched refs:SrcUndef (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp378 bool SrcUndef = MPhi->getOperand(i*2+1).isUndef() || local
401 if (SrcUndef) {
423 if (LV && !SrcUndef &&
484 if (!SrcUndef &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2209 APInt SrcZero, SrcUndef;
2220 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2247 if (SrcUndef[i])
2262 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero,
2272 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnesValue())
2367 APInt SrcUndef, SrcZero; local
2368 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO,
2371 KnownUndef = SrcUndef.extractBits(NumElts, Idx);
2515 APInt SrcUndef, SrcZero; local
2519 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, SrcUndef, SrcZer
2585 APInt SrcUndef, SrcZero; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 204 milliseconds