Home
last modified time | relevance | path

Searched refs:hasAllConstantIndices (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
DInstructionSimplify.cpp3099 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp62 if (!GEP->hasAllConstantIndices()) in getUnderlyingObjectWithOffset()
DInlineCost.cpp123 if (GEPI->hasAllConstantIndices()) in analyzeBasicBlock()
210 if (GEP->hasAllConstantIndices()) in CountCodeReductionForAlloca()
DValueTracking.cpp1497 if (GEP == 0 || !GEP->hasAllConstantIndices()) return Ptr; in GetPointerBaseWithConstantOffset()
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h292 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h821 bool hasAllConstantIndices() const;
/external/llvm/include/llvm/IR/
DOperator.h435 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h1022 bool hasAllConstantIndices() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp349 if (TD && GEP1->hasAllConstantIndices() && GEP2->hasAllConstantIndices()) { in isEquivalentGEP()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp158 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
281 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCalls.cpp263 if (!GEP->hasAllConstantIndices()) break; in visitCallInst()
DInstCombineCasts.cpp1348 GEP->hasAllConstantIndices()) { in commonPointerCastTransforms()
DInstructionCombining.cpp1043 !isa<BitCastInst>(BCI->getOperand(0)) && GEP.hasAllConstantIndices() && in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp149 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
270 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCompares.cpp860 if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 && in getAsConstantIndexedAddress()
893 if (!GEPLHS->hasAllConstantIndices()) in transformToIndexedCompare()
973 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in FoldGEPICmp()
974 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in FoldGEPICmp()
DInstCombineAddSub.cpp1452 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp502 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
DSeparateConstOffsetFromGEP.cpp892 if (GEP->hasAllConstantIndices()) in splitGEP()
DRewriteStatepointsForGC.cpp1844 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
/external/llvm/lib/IR/
DValue.cpp450 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp134 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp451 if (!GEP->hasAllConstantIndices()) in CanConvertToScalar()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp277 if (!cast<GetElementPtrInst>(I)->hasAllConstantIndices()) in DominatesMergePoint()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1416 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst

12