Searched refs:InpRC (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 1493 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch() local 1506 if (!HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1520 if (HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1522 else if (HBS::isEqual(InpRC, B, RC, W, W)) in findMatch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 1543 const BitTracker::RegisterCell &InpRC = BT.lookup(Inp.Reg); in findMatch() local 1559 if (!HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1573 if (HBS::isEqual(InpRC, B, RC, 0, W)) in findMatch() 1575 else if (HBS::isEqual(InpRC, B, RC, W, W)) in findMatch()
|