/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 76 if (Node.getNodeId() == NewNode) in PerformExpensiveChecks() 94 assert(UI->getNodeId() == NewNode && in PerformExpensiveChecks() 107 assert(NewVal.getNode()->getNodeId() != NewNode && in PerformExpensiveChecks() 130 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks() 134 if ((Node.getNodeId() == NewNode && Mapped > 1) || in PerformExpensiveChecks() 135 (Node.getNodeId() != NewNode && Mapped != 0)) { in PerformExpensiveChecks() 152 if (NodeById->getNodeId() == Processed) { in PerformExpensiveChecks() 193 assert(U->getNodeId() == NewNode && "NewNode used by non-NewNode!"); in PerformExpensiveChecks() 234 assert(N->getNodeId() == ReadyToProcess && in run() 367 assert(N->getNodeId() == ReadyToProcess && "Node ID recalculated?"); in run() [all …]
|
H A D | ScheduleDAGFast.cpp | 247 assert(N->getNodeId() == -1 && "Node already inserted!"); in CopyAndMoveSuccessors() 265 if (LoadNode->getNodeId() != -1) { in CopyAndMoveSuccessors() 266 LoadSU = &SUnits[LoadNode->getNodeId()]; in CopyAndMoveSuccessors() 542 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() 671 if (N->getNodeId() != 0) in ScheduleNode() 693 assert(OpN->getNodeId() != 0 && "Glue operand not ready?"); in ScheduleNode() 708 unsigned Degree = OpN->getNodeId(); in ScheduleNode() 753 unsigned Degree = Glue->getNodeId(); in Schedule() 754 unsigned UDegree = GUser->getNodeId(); in Schedule()
|
H A D | SelectionDAGPrinter.cpp | 310 if (N && N->getNodeId() != -1) in getCustomGraphFeatures() 311 GW.emitEdge(nullptr, -1, &SUnits[N->getNodeId()], -1, in getCustomGraphFeatures()
|
H A D | ScheduleDAGSDNodes.cpp | 365 if (NI->getNodeId() != -1) continue; in BuildSchedUnits() 378 assert(N->getNodeId() == -1 && "Node already inserted!"); in BuildSchedUnits() 394 assert(N->getNodeId() == -1 && "Node already inserted!"); in BuildSchedUnits() 417 assert(N->getNodeId() == -1 && "Node already inserted!"); in BuildSchedUnits() 436 SUnit *SrcSU = &SUnits[SrcN->getNodeId()]; in BuildSchedUnits() 481 SUnit *OpSU = &SUnits[OpN->getNodeId()]; in AddSchedEdges()
|
H A D | ScheduleDAGRRList.cpp | 589 SUnit *Def = &SUnits[N->getNodeId()]; in ReleasePredecessors() 1001 if (LoadNode->getNodeId() != -1) { in TryUnfoldSU() 1002 LoadSU = &SUnits[LoadNode->getNodeId()]; in TryUnfoldSU() 1019 if (N->getNodeId() != -1) { in TryUnfoldSU() 1020 NewSU = &SUnits[N->getNodeId()]; in TryUnfoldSU() 1610 SUnit *RootSU = &SUnits[DAG->getRoot().getNode()->getNodeId()]; in ListScheduleBottomUp() 2844 if (DU->getNodeId() != -1 && in canClobber() 2845 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber() 3085 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps() 3087 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
|
H A D | SelectionDAGDumper.cpp | 915 if (getNodeId() != -1) in print_details() 916 OS << " [ID=" << getNodeId() << ']'; in print_details()
|
H A D | SelectionDAGISel.cpp | 1205 auto UId = U->getNodeId(); in EnforceNodeIdInvariant() 1218 int InvalidId = -(N->getNodeId() + 1); in InvalidateNodeId() 1224 int Id = N->getNodeId(); in getUninvalidatedNodeId() 1271 if (N->getOpcode() == ISD::TokenFactor || N->getNodeId() < 0) in DoInstructionSelection() 1285 assert(Op->getNodeId() != -1 && in DoInstructionSelection()
|
H A D | SelectionDAG.cpp | 11748 unsigned Degree = P->getNodeId(); in AssignTopologicalOrder() 11780 assert(AllNodes.front().getNodeId() == 0 && in AssignTopologicalOrder() 11784 assert(AllNodes.back().getNodeId() == (int)DAGSize-1 && in AssignTopologicalOrder()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 267 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId() function in __anonda0ac5d00111::Interference 364 PBQP::GraphBase::NodeId NId = getNodeId(Cur); in apply() 366 PBQP::GraphBase::NodeId MId = getNodeId(A); in apply()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 751 int getNodeId() const { return NodeId; } 901 int NId = N->getNodeId(); 909 int MId = M->getNodeId();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 639 if (N->getNodeId() == -1 || in insertDAGNode() 647 N->setNodeId(Pos->getNodeId()); in insertDAGNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 2401 std::string AttributeString = (Twine("tooltip=\"") + getNodeId(Node) + " " + in getNodeAttributes() 2456 static std::string getNodeId(NodeRef Node) { in getNodeId() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2024 if (N->getNodeId() == -1 || in insertDAGNode() 2032 N->setNodeId(Pos->getNodeId()); in insertDAGNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3868 if (NewImm->getNodeId() == -1) in Select()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11524 llvm::FoldingSetNodeID getNodeId(ASTContext &Context, const Expr *S) { in getNodeId() function 11533 return getNodeId(Context, LHS) == getNodeId(Context, RHS); in checkIfTwoExprsAreSame()
|