Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3185 BFI).matchAddr(V, 0); in Match()
3192 bool matchAddr(Value *Addr, unsigned Depth);
3854 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4488 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4494 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4527 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
4528 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4537 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
4538 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4723 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
[all …]