Home
last modified time | relevance | path

Searched refs:UpdateNodeOperands (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1661 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 DLegalizeFloatTypes.cpp910 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 DLegalizeTypes.cpp533 SDNode *M = DAG.UpdateNodeOperands(N, NewOps); in AnalyzeNewNode()
H A DSelectionDAG.cpp8152 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 DLegalizeVectorOps.cpp255 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp()
H A DLegalizeDAG.cpp1215 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 DLegalizeVectorTypes.cpp2446 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 DDAGCombiner.cpp5436 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 DSelectionDAG.h1367 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 DSparcISelDAGToDAG.cpp254 CurDAG->UpdateNodeOperands(GU, Ops); in tryInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp219 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3); in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1535 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 DX86ISelDAGToDAG.cpp753 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 DX86ISelLowering.cpp24395 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2298 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 DSystemZISelDAGToDAG.cpp1611 CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4); in Select()
H A DSystemZISelLowering.cpp6011 DAG.UpdateNodeOperands(U, Ops); in combineLOAD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7242 (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 DPPCISelLowering.cpp8228 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 DARMISelDAGToDAG.cpp477 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 DM68kISelLowering.cpp2391 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest); in LowerBRCOND()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8890 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()