Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp402 typedef std::map<unsigned,RegisterBump> InductionMap; in findInductionRegister() typedef
404 InductionMap IndMap; in findInductionRegister()
463 InductionMap::iterator IndMapEnd = IndMap.end(); in findInductionRegister()
464 InductionMap::iterator F = IndMapEnd; in findInductionRegister()
466 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister()
471 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp422 using InductionMap = std::map<unsigned, RegisterBump>; in findInductionRegister() typedef
424 InductionMap IndMap; in findInductionRegister()
482 InductionMap::iterator IndMapEnd = IndMap.end(); in findInductionRegister()
483 InductionMap::iterator F = IndMapEnd; in findInductionRegister()
485 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister()
490 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister()