Searched refs:matchAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3435 .matchAddr(V, 0); in Match() 3443 bool matchAddr(Value *Addr, unsigned Depth); 4110 return matchAddr(ScaleReg, Depth); in matchScaledValue() 4730 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4736 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4747 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4754 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4788 matchAddr(AddrInst->getOperand(First), Depth + 1)) in matchOperationAddr() 4899 if (!matchAddr(AddrInst->getOperand(0), Depth + 1)) { in matchOperationAddr() 4972 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr() [all …]
|