Home
last modified time | relevance | path

Searched refs:matchAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3866 .matchAddr(V, 0); in Match()
3874 bool matchAddr(Value *Addr, unsigned Depth);
4541 return matchAddr(ScaleReg, Depth); in matchScaledValue()
5161 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
5167 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
5178 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
5185 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
5207 if (matchAddr(AddrInst->getOperand(First), Depth + 1) && in matchOperationAddr()
5208 matchAddr(AddrInst->getOperand(Second), Depth + 1)) in matchOperationAddr()
5218 if (matchAddr(AddrInst->getOperand(Second), Depth + 1) && in matchOperationAddr()
[all …]