Searched refs:matchAddr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3204 BFI).matchAddr(V, 0); in Match() 3211 bool matchAddr(Value *Addr, unsigned Depth); 3874 return matchAddr(ScaleReg, Depth); in matchScaledValue() 4508 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4514 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4547 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr() 4548 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr() 4557 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr() 4558 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr() 4743 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr() [all …]
|