| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2154 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_BR_CC() 2166 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), Cond, in PromoteIntOp_BRCOND() 2204 return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0); in PromoteIntOp_BUILD_VECTOR() 2217 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_INSERT_VECTOR_ELT() 2228 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_INSERT_VECTOR_ELT() 2236 DAG.UpdateNodeOperands(N, Op, N->getOperand(1), N->getOperand(2)), 0); in PromoteIntOp_ScalarOp() 2240 return SDValue(DAG.UpdateNodeOperands(N, Op), 0); in PromoteIntOp_ScalarOp() 2257 return SDValue(DAG.UpdateNodeOperands(N, Cond, N->getOperand(1), in PromoteIntOp_SELECT() 2269 return SDValue(DAG.UpdateNodeOperands(N, LHS, RHS, N->getOperand(2), in PromoteIntOp_SELECT_CC() 2282 return SDValue(DAG.UpdateNodeOperands(N, LHS, RHS, N->getOperand(2)), 0); in PromoteIntOp_SETCC() [all …]
|
| H A D | LegalizeTypes.cpp | 537 SDNode *M = DAG.UpdateNodeOperands(N, NewOps); in AnalyzeNewNode()
|
| H A D | LegalizeFloatTypes.cpp | 1110 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in SoftenFloatOp_BR_CC() 1194 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in SoftenFloatOp_SELECT_CC() 1220 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in SoftenFloatOp_SETCC() 2163 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in ExpandFloatOp_BR_CC() 2247 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in ExpandFloatOp_SELECT_CC()
|
| H A D | SelectionDAG.cpp | 10480 SDNode *SelectionDAG::UpdateNodeOperands(SDNode *N, SDValue Op) { in UpdateNodeOperands() function in SelectionDAG 10505 SDNode *SelectionDAG::UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2) { in UpdateNodeOperands() function in SelectionDAG 10535 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in UpdateNodeOperands() function in SelectionDAG 10537 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 10541 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, in UpdateNodeOperands() function in SelectionDAG 10544 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 10548 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, in UpdateNodeOperands() function in SelectionDAG 10551 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 10555 UpdateNodeOperands(SDNode *N, ArrayRef<SDValue> Ops) { in UpdateNodeOperands() function in SelectionDAG 11820 UpdateNodeOperands(TokenFactor.getNode(), OldChain, NewMemOpChain); in makeEquivalentMemoryOrdering()
|
| H A D | LegalizeVectorOps.cpp | 273 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp()
|
| H A D | LegalizeDAG.cpp | 1274 NewNode = DAG.UpdateNodeOperands(Node, Op0, SAO); in LegalizeOp() 1294 NewNode = DAG.UpdateNodeOperands(Node, Op0, Op1, SAO); in LegalizeOp() 1456 SDValue(DAG.UpdateNodeOperands(NewLoad.getNode(), NewLoadOperands), 0); in ExpandExtractFromVectorThroughStack()
|
| H A D | LegalizeVectorTypes.cpp | 3552 return SDValue(DAG.UpdateNodeOperands(N, Lo, Idx), 0); in SplitVecOp_EXTRACT_VECTOR_ELT() 3554 return SDValue(DAG.UpdateNodeOperands(N, Hi, in SplitVecOp_EXTRACT_VECTOR_ELT()
|
| H A D | DAGCombiner.cpp | 6662 DAG.UpdateNodeOperands(And.getNode(), SDValue(FixupNode, 0), MaskOp); in BackwardsPropagateMask() 6681 DAG.UpdateNodeOperands(LogicN, Op0, Op1); in BackwardsPropagateMask() 6692 DAG.UpdateNodeOperands(And.getNode(), SDValue(Load, 0), MaskOp), 0); in BackwardsPropagateMask() 15734 DAG.UpdateNodeOperands(FrozenMaybePoisonOperand.getNode(), in visitFREEZE() 28633 S = cast<StoreSDNode>(DAG.UpdateNodeOperands( in parallelizeChainedStores()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1609 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op); 1610 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2); 1611 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1613 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1615 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1617 SDNode *UpdateNodeOperands(SDNode *N, ArrayRef<SDValue> Ops);
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 263 CurDAG->UpdateNodeOperands(GU, Ops); in tryInlineAsm()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 229 CurDAG->UpdateNodeOperands(GU, Ops); in selectInlineAsm()
|
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 214 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3); in Select()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 820 CurDAG->UpdateNodeOperands(OrigChain.getNode(), Ops); in moveBelowOrigChain() 821 CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0), in moveBelowOrigChain() 827 CurDAG->UpdateNodeOperands(Call.getNode(), Ops); in moveBelowOrigChain() 1736 CurDAG->UpdateNodeOperands(N, N->getOperand(0), In, N->getOperand(2)); in PostprocessISelDAG() 4388 SDNode *UpdatedNode = CurDAG->UpdateNodeOperands(N, N->getOperand(0), in tryShiftAmountMod()
|
| H A D | X86ISelLowering.cpp | 24854 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 2449 N = CurDAG->UpdateNodeOperands(N, N->getOperand(0), in rebalanceAddressTrees() 2452 N = CurDAG->UpdateNodeOperands(N, N->getOperand(0), N->getOperand(1), in rebalanceAddressTrees()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1715 CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4); in Select()
|
| H A D | SystemZISelLowering.cpp | 6947 DAG.UpdateNodeOperands(U, Ops); in combineLOAD()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 7685 (void)DAG->UpdateNodeOperands(N, InitialADDI.getOperand(0), TLSVarNode); in foldADDIForFasterLocalAccesses() 7916 (void)CurDAG->UpdateNodeOperands(N, N->getOperand(0), ImmOpnd, in PeepholePPC64() 7919 (void)CurDAG->UpdateNodeOperands(N, ImmOpnd, Base.getOperand(0), in PeepholePPC64() 7923 (void)CurDAG->UpdateNodeOperands(HBase.getNode(), HBase.getOperand(0), in PeepholePPC64()
|
| H A D | PPCISelLowering.cpp | 8608 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain); in spliceIntoChain() 15925 DAG.UpdateNodeOperands(N, N->getOperand(0), Const64, N->getOperand(2), in PerformDAGCombine()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 500 CurDAG->UpdateNodeOperands(&N, N0, N1); in PreprocessISelDAG() 5811 CurDAG->UpdateNodeOperands(GU, Ops); in tryInlineAsm()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 2554 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11384 return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0); in performMemSDNodeCombine() 14966 SDNode *NewUser = DAG.UpdateNodeOperands(User, SDValue(NewNode, 0), Op); in adjustWritemask() 15036 return DAG.UpdateNodeOperands(Node, Ops); in legalizeTargetIndependentNode()
|
| H A D | AMDGPUISelLowering.cpp | 3956 return SDValue(DCI.DAG.UpdateNodeOperands(N, N->getOperand(0), PeekSign), in performIntrinsicWOChainCombine()
|