/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 63 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 435 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 149 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI() 270 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
|
D | InstCombineCompares.cpp | 860 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()
|
D | InstCombineAddSub.cpp | 1452 (GEP2 && !GEP2->hasAllConstantIndices() && !GEP2->hasOneUse())) in OptimizePointerDifference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 534 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 534 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 552 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 416 !GEP->hasAllConstantIndices())) in FoldPHIArgGEPIntoPHI() 537 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
|
D | InstCombineCompares.cpp | 774 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/ |
D | LoopRotation.cpp | 502 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
|
D | SeparateConstOffsetFromGEP.cpp | 892 if (GEP->hasAllConstantIndices()) in splitGEP()
|
D | RewriteStatepointsForGC.cpp | 1844 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 631 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 503 !GEP->hasAllConstantIndices())) in foldPHIArgGEPIntoPHI() 623 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
|
D | InstCombineCompares.cpp | 776 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/ |
D | Value.cpp | 450 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 487 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 938 if (GEP->hasAllConstantIndices()) in splitGEP()
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 573 if (!GEP->hasAllConstantIndices()) in stripPointerCastsAndOffsets()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 1232 GEP->hasAllConstantIndices();
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 970 if (GEP->hasAllConstantIndices()) in splitGEP()
|
D | MemCpyOptimizer.cpp | 964 if (GEP && GEP->hasAllConstantIndices() && in performCallSlotOptzn()
|