Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h148 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp428 if (GI->hasAllZeroIndices()) in traceAICall()
459 if (GI->hasAllZeroIndices()) in traceBitCast()
489 if (GI->hasAllZeroIndices()) in traceGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h521 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
DInstructions.h1082 bool hasAllZeroIndices() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp704 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
DObjCARCOpts.cpp98 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp292 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
DCodeGenPrepare.cpp7153 if (GEPI->hasAllZeroIndices()) { in optimizeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1186 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
1657 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds()
1658 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()
DInstCombineLoadStoreAlloca.cpp87 ValuesToInspect.emplace_back(I, IsOffset || !GEP->hasAllZeroIndices()); in isOnlyCopiedFromConstantGlobal()
DInstCombineCompares.cpp964 if (!GEPLHS->getType()->isVectorTy() && GEPLHS->hasAllZeroIndices()) in foldGEPICmp()
970 if (!GEPRHS->getType()->isVectorTy() && GEPRHS->hasAllZeroIndices()) in foldGEPICmp()
3179 cast<GetElementPtrInst>(LHSI)->hasAllZeroIndices()) in foldICmpInstWithConstantNotInt()
DInstCombineCasts.cpp1811 if (GEP->hasAllZeroIndices() && in commonPointerCastTransforms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1730 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1750 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
DValue.cpp483 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1656 bool GetElementPtrInst::hasAllZeroIndices() const { in hasAllZeroIndices() function in GetElementPtrInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp94 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp822 if (!G->hasAllZeroIndices()) in performCallSlotOptzn()
DSROA.cpp977 if (!GEP->hasAllZeroIndices()) in hasUnsafePHIOrSelectUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp862 if (cast<GetElementPtrInst>(&I)->hasAllZeroIndices()) in computeBBInlineCost()
DGlobalOpt.cpp1048 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse()) in ReplaceUsesOfMallocWithGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp412 if (GEP->hasAllZeroIndices()) { in getInvariantGroupPointerDependency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp350 if (GEP->hasAllZeroIndices() && !hasTrivialKill(GEP->getOperand(0))) in hasTrivialKill()