Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2926 .matchAddr(V, 0); in Match()
2933 bool matchAddr(Value *Addr, unsigned Depth);
3598 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4164 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4170 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4181 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4188 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4203 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
4204 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4213 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
[all …]