Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2670 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, in MatchOperationAddr() argument
2683 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2685 auto AS = AddrInst->getType()->getPointerAddressSpace(); in MatchOperationAddr()
2688 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in MatchOperationAddr()
2689 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2695 if ((AddrInst->getOperand(0)->getType()->isPointerTy() || in MatchOperationAddr()
2696 AddrInst->getOperand(0)->getType()->isIntegerTy()) && in MatchOperationAddr()
2700 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in MatchOperationAddr()
2701 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2705 = AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in MatchOperationAddr()
[all …]