Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4508 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4524 AddrInst->getOperand(0)->getType() != AddrInst->getType()) in matchOperationAddr()
4547 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
4548 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4557 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
4558 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4590 gep_type_iterator GTI = gep_type_begin(AddrInst); in matchOperationAddr()
4642 Value *Base = AddrInst->getOperand(0); in matchOperationAddr()
4666 if (!cast<GEPOperator>(AddrInst)->isInBounds()) in matchOperationAddr()
4678 AddrMode.BaseReg = AddrInst->getOperand(0); in matchOperationAddr()
[all …]
/llvm-project-15.0.7/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()