Searched refs:UndefLHS (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2660 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2662 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2669 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 2691 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2693 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2708 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 2733 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 2793 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2794 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts() 2799 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts() [all …]
|
D | SelectionDAG.cpp | 2376 APInt UndefLHS, UndefRHS; in isSplatValue() local 2379 if (isSplatValue(LHS, DemandedElts, UndefLHS) && in isSplatValue() 2381 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2426 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2428 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2435 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts() 2457 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2459 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts() 2474 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts() 2499 if (UndefLHS[M]) in SimplifyDemandedVectorElts() 2556 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local 2557 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedElts, UndefLHS, in SimplifyDemandedVectorElts() 2562 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts() [all …]
|
D | SelectionDAG.cpp | 2350 APInt UndefLHS, UndefRHS; in isSplatValue() local 2353 if (isSplatValue(LHS, DemandedElts, UndefLHS, Depth + 1) && in isSplatValue() 2355 UndefElts = UndefLHS | UndefRHS; in isSplatValue()
|