HomeSort by relevance Sort by last modified time
    Searched full:matchaddr (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 74 return MatchAddr(ScaleReg, Depth);
163 return MatchAddr(AddrInst->getOperand(0), Depth);
168 return MatchAddr(AddrInst->getOperand(0), Depth);
179 return MatchAddr(AddrInst->getOperand(0), Depth);
185 if (MatchAddr(AddrInst->getOperand(1), Depth+1) &&
186 MatchAddr(AddrInst->getOperand(0), Depth+1))
194 if (MatchAddr(AddrInst->getOperand(0), Depth+1) &&
195 MatchAddr(AddrInst->getOperand(1), Depth+1))
254 if (MatchAddr(AddrInst->getOperand(0), Depth+1))
269 if (!MatchAddr(AddrInst->getOperand(0), Depth+1))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
AddrModeMatcher.h 92 MemoryInst, Result).MatchAddr(V, 0);
98 bool MatchAddr(Value *V, unsigned Depth);
  /external/mdnsresponder/mDNSCore/
uDNS.c 3458 mDNSBool matchaddr = (s->teststate != result && mDNSSameAddress(srcaddr, &s->addr) && mDNSSameIPPort(srcport, s->port)); local
    [all...]

Completed in 264 milliseconds