/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ObjCARCAnalysisUtils.h | 142 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 564 if (GI->hasAllZeroIndices()) in traceAICall() 595 if (GI->hasAllZeroIndices()) in traceBitCast() 625 if (GI->hasAllZeroIndices()) in traceGEP()
|
H A D | BPFPreserveStaticOffset.cpp | 410 return GEP->hasAllZeroIndices(); in allZeroIndices()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1096 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation() 1108 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
|
H A D | Value.cpp | 641 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
|
H A D | Instructions.cpp | 1532 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 472 bool hasAllZeroIndices() const {
|
H A D | Instructions.h | 1066 bool hasAllZeroIndices() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 671 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in run()
|
H A D | ObjCARCOpts.cpp | 96 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 314 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
|
H A D | CodeGenPrepare.cpp | 8407 if (GEPI->hasAllZeroIndices()) { in optimizeInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 88 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
H A D | SimplifyCFG.cpp | 7627 if (!GEP->hasAllZeroIndices() && in passingValueIsAlwaysUndefined()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 819 if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices()) in computeBBInlineCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 332 if (GEP->hasAllZeroIndices()) { in getInvariantGroupPointerDependency()
|
H A D | MemorySSA.cpp | 2535 if (GEP->hasAllZeroIndices()) in getInvariantGroupClobberingInstruction()
|
H A D | ValueTracking.cpp | 6757 if (OffsetZero && !GEP->hasAllZeroIndices()) in findAllocaForValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 97 Worklist.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices()); in isOnlyCopiedFromConstantMemory()
|
H A D | InstructionCombining.cpp | 2005 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 988 G && G->hasAllZeroIndices()) { in performCallSlotOptzn()
|
H A D | SROA.cpp | 1314 if (!GEP->hasAllZeroIndices()) in hasUnsafePHIOrSelectUse()
|