Searched refs:matchAddr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3181 BFI).matchAddr(V, 0); in Match() 3188 bool matchAddr(Value *Addr, unsigned Depth); 3850 return matchAddr(ScaleReg, Depth); in matchScaledValue() 4484 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4490 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4501 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4508 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr() 4523 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr() 4524 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr() 4533 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr() [all …]
|