Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3306 .matchAddr(V, 0); in Match()
3314 bool matchAddr(Value *Addr, unsigned Depth);
3968 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4602 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4608 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4619 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4626 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4641 if (matchAddr(AddrInst->getOperand(1), Depth + 1) && in matchOperationAddr()
4642 matchAddr(AddrInst->getOperand(0), Depth + 1)) in matchOperationAddr()
4651 if (matchAddr(AddrInst->getOperand(0), Depth + 1) && in matchOperationAddr()
[all …]