/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 200 const auto &NodeMap = Result.Nodes.getMap(); in run() local 209 auto NodeIter = NodeMap.find(Element.Value); in run() 210 if (NodeIter == NodeMap.end()) { in run() 223 if (NodeMap.count(FromId) == 0) { in run() 229 tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId), ToText, in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 211 : BPA(std::move(G.BPA)), NodeMap(std::move(G.NodeMap)), in LazyCallGraph() 229 NodeMap = std::move(G.NodeMap); in operator =() 1467 assert(G->NodeMap.find(&NewF) == G->NodeMap.end() && in replaceNodeFunction() 1484 G->NodeMap.erase(&OldF); in replaceNodeFunction() 1485 G->NodeMap[&NewF] = &N; in replaceNodeFunction() 1515 auto NI = NodeMap.find(&F); in removeDeadFunction() 1516 if (NI == NodeMap.end()) in removeDeadFunction() 1521 NodeMap.erase(NI); in removeDeadFunction() 1782 for (auto &FunctionNodePair : NodeMap) in updateGraphPtrs() 1793 NodeMap[&F] = &N; in initNode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 341 DenseMap<MachineInstr *, GraphIter> NodeMap; in getGadgetGraph() local 343 auto MaybeAddNode = [&NodeMap, &Builder](MachineInstr *MI) { in getGadgetGraph() 344 auto Ref = NodeMap.find(MI); in getGadgetGraph() 345 if (Ref == NodeMap.end()) { in getGadgetGraph() 347 NodeMap[MI] = I; in getGadgetGraph() 513 auto Ref = NodeMap.find(&*NI); in getGadgetGraph() 514 if (Ref != NodeMap.end()) { in getGadgetGraph()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 225 NodeMap[std::string(ID)] = DynNode; 234 IDToNodeMap::const_iterator It = NodeMap.find(ID); 235 if (It == NodeMap.end()) { 242 IDToNodeMap::const_iterator It = NodeMap.find(ID); 243 if (It == NodeMap.end()) { 251 return NodeMap < Other.NodeMap; 262 return NodeMap; 268 for (const auto &IDAndNode : NodeMap) { 276 IDToNodeMap NodeMap;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 526 DenseMap<GlobalValue::GUID, std::vector<uint64_t>> NodeMap; in exportToDot() local 585 NodeMap[SummaryIt.first].push_back(ModId); in exportToDot() 644 auto &ModList = NodeMap[E.Dst]; in exportToDot()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 953 Node *lookup(const Function &F) const { return NodeMap.lookup(&F); } in lookup() 975 Node *&N = NodeMap[&F]; in get() 1139 DenseMap<const Function *, Node *> NodeMap; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 97 DenseMap<const Value*, SDValue> NodeMap; variable 529 SDValue &N = NodeMap[V]; in setValue()
|
H A D | SelectionDAGBuilder.cpp | 1027 NodeMap.clear(); in clear() 1345 SDValue N = NodeMap[V]; in handleDebugValue() 1474 SDValue &N = NodeMap[V]; in getValue() 1484 NodeMap[V] = Val; in getValue() 1493 SDValue &N = NodeMap[V]; in getNonRegisterValue() 1507 NodeMap[V] = Val; in getNonRegisterValue() 1543 SDValue N1 = NodeMap[V]; in getValueImpl() 1576 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl() 1618 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl() 1630 return NodeMap[V] = DAG.getSplatVector(VT, getCurSDLoc(), Op); in getValueImpl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 427 using NodeMap = llvm::DenseMap<const ExplodedNode *, ExplodedNode *>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3239 MapType NodeMap; member in __anon7f6d13e30c11::PhiNodeSet 3252 if (NodeMap.insert(std::make_pair(Ptr, NodeList.size())).second) { in insert() 3263 if (NodeMap.erase(Ptr)) { in erase() 3272 NodeMap.clear(); in clear() 3290 return NodeMap.size(); in size() 3295 return NodeMap.count(Ptr); in count() 3306 auto it = NodeMap.find(NodeList[CurrentIndex]); in SkipRemovedElements() 3309 if (it != NodeMap.end() && it->second == CurrentIndex) in SkipRemovedElements()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | actbl2.h | 1485 UINT64 NodeMap; 1381 UINT64 NodeMap; global() member
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmtbinfo2.c | 941 {ACPI_DMT_UINT64, ACPI_MADT20_OFFSET (NodeMap), "NodeMap", 0},
|