Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2586 PromotedInsts, TPT).matchAddr(V, 0); in Match()
2592 bool matchAddr(Value *V, unsigned Depth);
2611 return matchAddr(ScaleReg, Depth); in matchScaledValue()
3099 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3105 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3117 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3124 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3138 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
3139 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3148 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
[all …]