HomeSort by relevance Sort by last modified time
    Searched refs:ValueToNodeMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 101 typedef std::map<Value*,GepNode*> ValueToNodeMap;
107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
323 ValueToNodeMap &NM) {
327 ValueToNodeMap::iterator F = NM.find(PtrOp);
333 // The ValueToNodeMap entry for it is the last gep node in the generated
396 ValueToNodeMap NM;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 118 using ValueToNodeMap = std::map<Value *, GepNode *>;
124 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
344 ValueToNodeMap &NM) {
349 ValueToNodeMap::iterator F = NM.find(PtrOp);
355 // The ValueToNodeMap entry for it is the last gep node in the generated
417 ValueToNodeMap NM;
    [all...]

Completed in 416 milliseconds