Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp119 using ValueToNodeMap = std::map<Value *, GepNode *>; typedef in __anon0a687d4e0111::HexagonCommonGEP
125 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
346 ValueToNodeMap &NM) { in processGepInst()
351 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()
419 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 __anon211e02080111::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()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp101 typedef std::map<Value*,GepNode*> ValueToNodeMap; typedef in __anon3813afa60111::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()