Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3086 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() argument
3099 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3101 auto AS = AddrInst->getType()->getPointerAddressSpace(); in matchOperationAddr()
3104 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in matchOperationAddr()
3105 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3111 if ((AddrInst->getOperand(0)->getType()->isPointerTy() || in matchOperationAddr()
3112 AddrInst->getOperand(0)->getType()->isIntegerTy()) && in matchOperationAddr()
3116 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
3117 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3121 = AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in matchOperationAddr()
[all …]