Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2609 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, in MatchOperationAddr() argument
2622 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2625 if (TLI.getValueType(AddrInst->getOperand(0)->getType()) == in MatchOperationAddr()
2626 TLI.getPointerTy(AddrInst->getType()->getPointerAddressSpace())) in MatchOperationAddr()
2627 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2633 if ((AddrInst->getOperand(0)->getType()->isPointerTy() || in MatchOperationAddr()
2634 AddrInst->getOperand(0)->getType()->isIntegerTy()) && in MatchOperationAddr()
2638 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in MatchOperationAddr()
2639 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2652 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr()
[all …]