Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp200 typedef std::vector<unsigned> UVect; in partitionRegisters() typedef
267 UVect WorkQ; in partitionRegisters()
485 typedef std::vector<unsigned> UVect; in collectIndRegsForLoop() typedef
486 UVect DP; in collectIndRegsForLoop()
513 UVect::iterator End = std::remove_if(DP.begin(), DP.end(), NoIndOp); in collectIndRegsForLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp223 using UVect = std::vector<unsigned>; in partitionRegisters() typedef
290 UVect WorkQ; in partitionRegisters()
532 using UVect = std::vector<unsigned>; in collectIndRegsForLoop() typedef
534 UVect DP; in collectIndRegsForLoop()
561 UVect::iterator End = llvm::remove_if(DP, NoIndOp); in collectIndRegsForLoop()