/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1661 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_BR_CC() 1673 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), Cond, in PromoteIntOp_BRCOND() 1711 return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0); in PromoteIntOp_BUILD_VECTOR() 1724 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_INSERT_VECTOR_ELT() 1735 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in PromoteIntOp_INSERT_VECTOR_ELT() 1742 return SDValue(DAG.UpdateNodeOperands(N, in PromoteIntOp_SCALAR_TO_VECTOR() 1750 DAG.UpdateNodeOperands(N, GetPromotedInteger(N->getOperand(0))), 0); in PromoteIntOp_SPLAT_VECTOR() 1767 return SDValue(DAG.UpdateNodeOperands(N, Cond, N->getOperand(1), in PromoteIntOp_SELECT() 1779 return SDValue(DAG.UpdateNodeOperands(N, LHS, RHS, N->getOperand(2), in PromoteIntOp_SELECT_CC() 1791 return SDValue(DAG.UpdateNodeOperands(N, LHS, RHS, N->getOperand(2)), 0); in PromoteIntOp_SETCC() [all …]
|
H A D | LegalizeFloatTypes.cpp | 910 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in SoftenFloatOp_BR_CC() 994 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in SoftenFloatOp_SELECT_CC() 1020 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in SoftenFloatOp_SETCC() 1855 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0), in ExpandFloatOp_BR_CC() 1939 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS, in ExpandFloatOp_SELECT_CC()
|
H A D | LegalizeTypes.cpp | 533 SDNode *M = DAG.UpdateNodeOperands(N, NewOps); in AnalyzeNewNode()
|
H A D | SelectionDAG.cpp | 8152 SDNode *SelectionDAG::UpdateNodeOperands(SDNode *N, SDValue Op) { in UpdateNodeOperands() function in SelectionDAG 8177 SDNode *SelectionDAG::UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2) { in UpdateNodeOperands() function in SelectionDAG 8207 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in UpdateNodeOperands() function in SelectionDAG 8209 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 8213 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, in UpdateNodeOperands() function in SelectionDAG 8216 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 8220 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, in UpdateNodeOperands() function in SelectionDAG 8223 return UpdateNodeOperands(N, Ops); in UpdateNodeOperands() 8227 UpdateNodeOperands(SDNode *N, ArrayRef<SDValue> Ops) { in UpdateNodeOperands() function in SelectionDAG 9400 UpdateNodeOperands(TokenFactor.getNode(), OldChain, NewMemOpChain); in makeEquivalentMemoryOrdering()
|
H A D | LegalizeVectorOps.cpp | 255 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp()
|
H A D | LegalizeDAG.cpp | 1215 NewNode = DAG.UpdateNodeOperands(Node, Op0, SAO); in LegalizeOp() 1235 NewNode = DAG.UpdateNodeOperands(Node, Op0, Op1, SAO); in LegalizeOp() 1392 SDValue(DAG.UpdateNodeOperands(NewLoad.getNode(), NewLoadOperands), 0); in ExpandExtractFromVectorThroughStack()
|
H A D | LegalizeVectorTypes.cpp | 2446 return SDValue(DAG.UpdateNodeOperands(N, Lo, Idx), 0); in SplitVecOp_EXTRACT_VECTOR_ELT() 2448 return SDValue(DAG.UpdateNodeOperands(N, Hi, in SplitVecOp_EXTRACT_VECTOR_ELT()
|
H A D | DAGCombiner.cpp | 5436 DAG.UpdateNodeOperands(And.getNode(), SDValue(FixupNode, 0), MaskOp); in BackwardsPropagateMask() 5450 DAG.UpdateNodeOperands(LogicN, Op0, And); in BackwardsPropagateMask() 5461 DAG.UpdateNodeOperands(And.getNode(), SDValue(Load, 0), MaskOp), 0); in BackwardsPropagateMask() 23081 S = cast<StoreSDNode>(DAG.UpdateNodeOperands( in parallelizeChainedStores()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1367 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op); 1368 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2); 1369 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1371 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1373 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, 1375 SDNode *UpdateNodeOperands(SDNode *N, ArrayRef<SDValue> Ops);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 254 CurDAG->UpdateNodeOperands(GU, Ops); in tryInlineAsm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 219 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3); in Select()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1535 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, in doPeepholeLoadStoreADDI() 1538 CurDAG->UpdateNodeOperands(N, N->getOperand(0), Base.getOperand(0), in doPeepholeLoadStoreADDI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 753 CurDAG->UpdateNodeOperands(OrigChain.getNode(), Ops); in moveBelowOrigChain() 754 CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0), in moveBelowOrigChain() 760 CurDAG->UpdateNodeOperands(Call.getNode(), Ops); in moveBelowOrigChain() 1546 CurDAG->UpdateNodeOperands(N, N->getOperand(0), In, N->getOperand(2)); in PostprocessISelDAG() 3905 SDNode *UpdatedNode = CurDAG->UpdateNodeOperands(N, N->getOperand(0), in tryShiftAmountMod()
|
H A D | X86ISelLowering.cpp | 24395 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 2298 N = CurDAG->UpdateNodeOperands(N, N->getOperand(0), in rebalanceAddressTrees() 2301 N = CurDAG->UpdateNodeOperands(N, N->getOperand(0), N->getOperand(1), in rebalanceAddressTrees()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1611 CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4); in Select()
|
H A D | SystemZISelLowering.cpp | 6011 DAG.UpdateNodeOperands(U, Ops); in combineLOAD()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 7242 (void)CurDAG->UpdateNodeOperands(N, N->getOperand(0), ImmOpnd, in PeepholePPC64() 7245 (void)CurDAG->UpdateNodeOperands(N, ImmOpnd, Base.getOperand(0), in PeepholePPC64() 7249 (void)CurDAG->UpdateNodeOperands(HBase.getNode(), HBase.getOperand(0), in PeepholePPC64()
|
H A D | PPCISelLowering.cpp | 8228 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain); in spliceIntoChain() 14795 DAG.UpdateNodeOperands(N, N->getOperand(0), Const64, N->getOperand(2), in PerformDAGCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 477 CurDAG->UpdateNodeOperands(N, N0, N1); in PreprocessISelDAG() 5559 CurDAG->UpdateNodeOperands(GU, Ops); in tryInlineAsm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2391 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 8890 return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0); in performMemSDNodeCombine() 11103 DAG.UpdateNodeOperands(User, SDValue(NewNode, 0), Op); in adjustWritemask() 11169 return DAG.UpdateNodeOperands(Node, Ops); in legalizeTargetIndependentNode()
|