Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4730 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4736 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4746 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
4747 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4754 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4772 if (isa<ConstantInt>(AddrInst->getOperand(First)) in matchOperationAddr()
4820 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr()
4871 Value *Base = AddrInst->getOperand(0); in matchOperationAddr()
4895 if (!cast<GEPOperator>(AddrInst)->isInBounds()) in matchOperationAddr()
4907 AddrMode.BaseReg = AddrInst->getOperand(0); in matchOperationAddr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp351 if (auto *AddrInst = dyn_cast_or_null<IntToPtrInst>(Addr)) { in doExtraRewritesBeforeFinalDeletion() local
358 auto *OrigBiasInst = dyn_cast<BinaryOperator>(AddrInst->getOperand(0)); in doExtraRewritesBeforeFinalDeletion()