HomeSort by: relevance | last modified time | path
    Searched defs:find_next (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 90 unsigned find_next(unsigned Prev) const { function in struct:__anon4841::RegisterSet
91 int Next = BitVector::find_next(v2x(Prev));
175 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
1556 for (Register R = AVs.find_first(); R; R = AVs.find_next(R)) {
1615 for (Register R = Defs.find_first(); R; R = Defs.find_next(R)) {
2234 for (unsigned S = AVs.find_first(); S; S = AVs.find_next(S)) {
2479 for (unsigned R = AVs.find_first(); R != 0; R = AVs.find_next(R)) {
HexagonGenInsert.cpp 110 unsigned find_next(unsigned Prev) const { function in struct:__anon4868::RegisterSet
111 int Next = BitVector::find_next(v2x(Prev));
193 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
958 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) {
979 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR))
989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR))
1008 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) {
1268 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) {
1295 for (unsigned R = TT.find_first(); R; R = TT.find_next(R))
1300 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BitVector.h 38 Current = Parent.find_next(Current);
298 /// find_next - Returns the index of the next set bit following the
300 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } function in namespace:llvm
SmallBitVector.h 274 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
283 return getPointer()->find_next(Prev);
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.c 1577 find_next(struct assignment *as, const char *name) function
1779 tmp = find_next(tmp, "option")) {
1836 tmp = find_next(tmp, "option")) {
1874 tmp = find_next(tmp, "option")) {
1890 tmp = find_next(tmp, "option")) {
1963 tmp = find_next(tmp, "option")) {
1982 tmp = find_next(tmp, "option")) {

Completed in 35 milliseconds