Searched refs:MatchAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | CodeGenPrepare.cpp | 918 MemoryInst, Result).MatchAddr(V, 0); in Match() 924 bool MatchAddr(Value *V, unsigned Depth); 940 return MatchAddr(ScaleReg, Depth); in MatchScaledValue() 1028 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 1033 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 1044 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 1050 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr() 1051 MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr() 1059 if (MatchAddr(AddrInst->getOperand(0), Depth+1) && in MatchOperationAddr() 1060 MatchAddr(AddrInst->getOperand(1), Depth+1)) in MatchOperationAddr() [all …]
|