Home
last modified time | relevance | path

Searched refs:ValueToNodeMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp101 typedef std::map<Value*,GepNode*> ValueToNodeMap; typedef in __anon1cdd72dc0111::HexagonCommonGEP
107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
323 ValueToNodeMap &NM) { in processGepInst()
327 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()
396 ValueToNodeMap NM; in collect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp119 using ValueToNodeMap = std::map<Value *, GepNode *>; typedef in __anona0aac2be0111::HexagonCommonGEP
125 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
345 ValueToNodeMap &NM) { in processGepInst()
350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()
418 ValueToNodeMap NM; in collect()