Searched refs:NewN0 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 42220 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS, in SimplifyDemandedVectorEltsForTargetNode() local 42224 if (NewN0 || NewN1) { in SimplifyDemandedVectorEltsForTargetNode() 42225 NewN0 = NewN0 ? NewN0 : N0; in SimplifyDemandedVectorEltsForTargetNode() 42228 TLO.DAG.getNode(Opc, SDLoc(Op), VT, NewN0, NewN1)); in SimplifyDemandedVectorEltsForTargetNode() 42257 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS, in SimplifyDemandedVectorEltsForTargetNode() local 42261 if (NewN0 || NewN1) { in SimplifyDemandedVectorEltsForTargetNode() 42262 NewN0 = NewN0 ? NewN0 : N0; in SimplifyDemandedVectorEltsForTargetNode() 42265 TLO.DAG.getNode(Opc, SDLoc(Op), VT, NewN0, NewN1)); in SimplifyDemandedVectorEltsForTargetNode() 47582 SDValue NewN0 = DAG.getNode(ISD::TRUNCATE, DL, ReducedVT, N0); in reduceVMULWidth() local 47587 SDValue MulLo = DAG.getNode(ISD::MUL, DL, ReducedVT, NewN0, NewN1); in reduceVMULWidth() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5056 SDValue NewN0 = in SimplifySetCC() local 5059 return DAG.getSetCC(dl, VT, NewN0, NewN1, Cond); in SimplifySetCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13757 SDValue NewN0 = DAG.getNode(RISCVISD::CZERO_EQZ, DL, VT, TrueV.getOperand(0), in combineOrOfCZERO() 13761 SDValue NewOr = DAG.getNode(ISD::OR, DL, VT, NewN0, NewN1); 13754 SDValue NewN0 = DAG.getNode(RISCVISD::CZERO_EQZ, DL, VT, TrueV.getOperand(0), combineOrOfCZERO() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14698 SDValue NewN0 = DAG.getLogicalNOT(DL, N0, VT); in PerformORCombine_i1() local 14700 SDValue And = DAG.getNode(ISD::AND, DL, VT, NewN0, NewN1); in PerformORCombine_i1()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18233 SDValue NewN0 = DAG.getNode(N->getOperand(0).getOpcode(), DL, HalfVT, N0); in performVectorExtCombine() local 18235 SDValue NewOp = DAG.getNode(N->getOpcode(), DL, HalfVT, NewN0, NewN1); in performVectorExtCombine()
|