Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3538 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,
4811 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() argument
4825 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4827 auto AS = AddrInst->getType()->getPointerAddressSpace(); in matchOperationAddr()
4830 if (TLI.getValueType(DL, AddrInst->getOperand(0)->getType()) == PtrTy) in matchOperationAddr()
4831 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4837 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
4841 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
4842 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4846 AddrInst->getOperand(0)->getType()->getPointerAddressSpace(); in matchOperationAddr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp432 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local
439 auto *OrigBiasInst = dyn_cast<BinaryOperator>(AddrInst->getOperand(0)); in doExtraRewritesBeforeFinalDeletion()