Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3189 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,
4471 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() argument
4484 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4486 auto AS = AddrInst->getType()->getPointerAddressSpace(); in matchOperationAddr()
4489 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in matchOperationAddr()
4490 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4496 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
4500 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
4501 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4505 = AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in matchOperationAddr()
[all …]