Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h139 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp495 if (GI->hasAllZeroIndices()) in traceAICall()
526 if (GI->hasAllZeroIndices()) in traceBitCast()
556 if (GI->hasAllZeroIndices()) in traceGEP()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DOperator.h533 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
DInstructions.h1125 bool hasAllZeroIndices() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp664 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in run()
DObjCARCOpts.cpp99 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp281 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
DCodeGenPrepare.cpp7879 if (GEPI->hasAllZeroIndices()) { in optimizeInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantFold.cpp1620 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1640 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
DValue.cpp623 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1778 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp86 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
DSimplifyCFG.cpp6490 if (!GEP->isInBounds() || !GEP->hasAllZeroIndices()) in passingValueIsAlwaysUndefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1333 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
1862 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds()
1863 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()
DInstCombineLoadStoreAlloca.cpp74 ValuesToInspect.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices()); in isOnlyCopiedFromConstantMemory()
DInstCombineCompares.cpp950 if (!GEPLHS->getType()->isVectorTy() && GEPLHS->hasAllZeroIndices()) in foldGEPICmp()
956 if (!GEPRHS->getType()->isVectorTy() && GEPRHS->hasAllZeroIndices()) in foldGEPICmp()
3309 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices()) in foldICmpInstWithConstantNotInt()
DInstCombineCasts.cpp2030 if (GEP->hasAllZeroIndices() && in commonPointerCastTransforms()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp338 if (GEP->hasAllZeroIndices()) { in getInvariantGroupPointerDependency()
DValueTracking.cpp4533 if (OffsetZero && !GEP->hasAllZeroIndices()) in findAllocaForValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp872 if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices()) in computeBBInlineCost()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp957 if (!G->hasAllZeroIndices()) in performCallSlotOptzn()
DSROA.cpp991 if (!GEP->hasAllZeroIndices()) in hasUnsafePHIOrSelectUse()