Home
last modified time | relevance | path

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

12

/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
/external/llvm-project/llvm/lib/Analysis/
DTypeMetadataUtils.cpp63 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
/external/llvm/include/llvm/IR/
DOperator.h435 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
/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
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h534 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp552 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
/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/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-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp631 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp503 !GEP->hasAllConstantIndices())) in foldPHIArgGEPIntoPHI()
623 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
DInstCombineCompares.cpp776 if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 && in getAsConstantIndexedAddress()
813 if (!GEPLHS->hasAllConstantIndices()) in transformToIndexedCompare()
932 (GEPLHS->hasAllConstantIndices() || GEPLHS->hasOneUse()) && in foldGEPICmp()
933 (GEPRHS->hasAllConstantIndices() || GEPRHS->hasOneUse()) && in foldGEPICmp()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp938 if (GEP->hasAllConstantIndices()) in splitGEP()
/external/llvm-project/llvm/lib/IR/
DValue.cpp573 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemorySSA.h1232 GEP->hasAllConstantIndices();
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp970 if (GEP->hasAllConstantIndices()) in splitGEP()
DMemCpyOptimizer.cpp964 if (GEP && GEP->hasAllConstantIndices() && in performCallSlotOptzn()

12