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.cpp3529 .matchAddr(V, 0); in Match()
3537 bool matchAddr(Value *Addr, unsigned Depth);
4205 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4825 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4831 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4842 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4849 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4871 if (matchAddr(AddrInst->getOperand(First), Depth + 1) && in matchOperationAddr()
4872 matchAddr(AddrInst->getOperand(Second), Depth + 1)) in matchOperationAddr()
4882 if (matchAddr(AddrInst->getOperand(Second), Depth + 1) && in matchOperationAddr()
[all …]