Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2657 .matchAddr(V, 0); in Match()
2664 bool matchAddr(Value *Addr, unsigned Depth);
3326 return matchAddr(ScaleReg, Depth); in matchScaledValue()
3893 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3899 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3931 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
3932 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3941 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
3942 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4120 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
[all …]