Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp498 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop() local
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.cpp546 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop() local
561 UVect::iterator End = llvm::remove_if(DP, NoIndOp); in collectIndRegsForLoop()