Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3893 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3909 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
3931 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
3932 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3941 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
3942 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
3973 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr()
4017 Value *Base = AddrInst->getOperand(0); in matchOperationAddr()
4019 auto *GEP = cast<GetElementPtrInst>(AddrInst); in matchOperationAddr()
4055 AddrMode.BaseReg = AddrInst->getOperand(0); in matchOperationAddr()
[all …]