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-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
DInstructionSimplify.cpp3475 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
/external/llvm/include/llvm/IR/
DOperator.h435 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h1022 bool hasAllConstantIndices() const;
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h534 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
DInstructions.h1087 bool hasAllConstantIndices() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp416 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI()
537 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCompares.cpp774 if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 && in getAsConstantIndexedAddress()
811 if (!GEPLHS->hasAllConstantIndices()) in transformToIndexedCompare()
930 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in foldGEPICmp()
931 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in foldGEPICmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp552 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp487 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
DInstructions.cpp1670 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp938 if (GEP->hasAllConstantIndices()) in splitGEP()
DRewriteStatepointsForGC.cpp1979 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp134 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1771 if (GEP->hasAllConstantIndices()) { in getKnownNonNullAndDerefBytesForUse()
3402 if (GEP->hasAllConstantIndices()) { in getKnownAlignForUse()
DGlobalOpt.cpp176 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()

12