reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/CodeGenPrepare.cpp
 2820   bool matchAddr(Value *Addr, unsigned Depth);

References

lib/CodeGen/CodeGenPrepare.cpp
 2813                        .matchAddr(V, 0);
 3485     return matchAddr(ScaleReg, Depth);
 4051     return matchAddr(AddrInst->getOperand(0), Depth);
 4057       return matchAddr(AddrInst->getOperand(0), Depth);
 4068       return matchAddr(AddrInst->getOperand(0), Depth);
 4075       return matchAddr(AddrInst->getOperand(0), Depth);
 4090     if (matchAddr(AddrInst->getOperand(1), Depth+1) &&
 4091         matchAddr(AddrInst->getOperand(0), Depth+1))
 4100     if (matchAddr(AddrInst->getOperand(0), Depth+1) &&
 4101         matchAddr(AddrInst->getOperand(1), Depth+1))
 4168         if (matchAddr(AddrInst->getOperand(0), Depth+1)) {
 4208     if (!matchAddr(AddrInst->getOperand(0), Depth+1)) {
 4281     if (!matchAddr(PromotedOperand, Depth) ||
 4613     bool Success = Matcher.matchAddr(Address, 0);