Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3315 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,
4588 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() argument
4602 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4604 auto AS = AddrInst->getType()->getPointerAddressSpace(); in matchOperationAddr()
4607 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in matchOperationAddr()
4608 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4614 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
4618 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
4619 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4623 AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in matchOperationAddr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp183 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local
190 auto *OrigBiasInst = dyn_cast<BinaryOperator>(AddrInst->getOperand(0)); in doExtraRewritesBeforeFinalDeletion()