| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | MatchContext.h | 36 template <typename... ArgT> SDValue getNode(ArgT &&...Args) { in getNode() function 112 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand) { in getNode() function 120 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() function 128 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() function 137 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand, in getNode() function 146 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() function 155 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, in getNode() function
|
| H A D | SelectionDAG.cpp | 6278 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT) { in getNode() function in SelectionDAG 6295 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 6303 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 7395 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 7424 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 7939 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 7947 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 8171 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 8178 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG 8186 SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT, in getNode() function in SelectionDAG [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 315 DocNode getNode() { in getNode() function 321 DocNode getNode(int64_t V) { in getNode() function 328 DocNode getNode(int V) { in getNode() function 335 DocNode getNode(uint64_t V) { in getNode() function 342 DocNode getNode(unsigned V) { in getNode() function 349 DocNode getNode(bool V) { in getNode() function 356 DocNode getNode(double V) { in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUDelayedMCExpr.cpp | 15 static msgpack::DocNode getNode(msgpack::DocNode DN, msgpack::Type Type, in getNode() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | WorkList.h | 48 ExplodedNode *getNode() const { return node; } in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 158 MDNodeTy *getNode() const { return Node; } in getNode() function in __anon0398af320111::TBAANodeImpl 210 MDNodeTy *getNode() const { return Node; } in getNode() function in __anon0398af320111::TBAAStructTagNodeImpl 274 const MDNode *getNode() const { return Node; } in getNode() function in __anon0398af320111::TBAAStructTypeNode
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | RegionIterator.h | 80 NodeRef getNode() const { return Node.getPointer(); } in getNode() function
|
| H A D | LazyCallGraph.h | 1234 inline LazyCallGraph::Node &LazyCallGraph::Edge::getNode() const { in getNode() function
|
| H A D | RegionInfoImpl.h | 351 typename Tr::RegionNodeT *RegionBase<Tr>::getNode(BlockT *BB) const { in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 374 SDNode *getNode() const { in getNode() function 684 const SUnit *getNode() const { return Node; } in getNode() function
|
| H A D | MachinePipeliner.h | 566 SUnit *getNode(unsigned i) const { return Nodes[i]; }; in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 182 const MachineDomTreeNode *MBBInfo::getNode() const { return Node; } in getNode() function in MBBInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Graph.h | 180 NodeEntry &getNode(NodeId NId) { in getNode() function 184 const NodeEntry &getNode(NodeId NId) const { in getNode() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 199 CallGraphNode *CallGraph::getNode(const Decl *F) const { in getNode() function in CallGraph
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 80 itanium_demangle::Node *getNode() { in getNode() function in __anonef03fe500111::FoldingNodeAllocator::NodeHeader
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExplodedGraph.cpp | 392 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L, in getNode() function in ExplodedGraph
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 53 static Expected<DynTypedNode> getNode(const ast_matchers::BoundNodes &Nodes, in getNode() function
|
| H A D | Stencil.cpp | 35 static llvm::Expected<DynTypedNode> getNode(const BoundNodes &Nodes, in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | DependencyGraph.h | 426 DGNode *getNode(Instruction *I) const { in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 320 const Node &getNode(unsigned ID) const { return *Nodes[ID]; } in getNode() function in llvm::__anon00e757230111::SplitGraph 722 SplitGraph::getNode(DenseMap<const GlobalValue *, Node *> &Cache, in getNode() function in llvm::__anon00e757230111::SplitGraph
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1716 DisplayNode &getNode(unsigned N) { in getNode() function in __anon94a753662a11::DotCfgDiffDisplayGraph 1876 const DotCfgDiffNode &getNode(unsigned N) const { in getNode() function in __anon94a753662a11::DotCfgDiff
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 954 unsigned getNode(unsigned i) const { in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 3068 static NodeRef getNode(const NodePtrTy &P) { return P.get(); } in getNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5966 SDValue GeneralShuffle::getNode(SelectionDAG &DAG, const SDLoc &DL) { in getNode() function in GeneralShuffle
|