/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 53 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
|
D | InstructionSimplify.cpp | 3099 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 62 if (VPtr == GEP->getPointerOperand() && GEP->hasAllConstantIndices()) { in findLoadCallsAtConstantOffset()
|
D | InstructionSimplify.cpp | 3475 GLHS->hasAllConstantIndices() && GRHS->hasAllConstantIndices() && in SimplifyICmpInst()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 435 bool hasAllConstantIndices() const { in hasAllConstantIndices() function
|
D | Instructions.h | 1022 bool hasAllConstantIndices() const;
|
/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
|
D | Instructions.h | 1087 bool hasAllConstantIndices() const;
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 552 if (!cast<GEPOperator>(I)->hasAllConstantIndices()) in shouldSpeculateInstrs()
|
/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/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()
|
D | Instructions.cpp | 1670 bool GetElementPtrInst::hasAllConstantIndices() const { in hasAllConstantIndices() function in GetElementPtrInst
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 938 if (GEP->hasAllConstantIndices()) in splitGEP()
|
D | RewriteStatepointsForGC.cpp | 1979 if (!GEP->hasAllConstantIndices()) in chainToBasePointerCost()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 134 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 1771 if (GEP->hasAllConstantIndices()) { in getKnownNonNullAndDerefBytesForUse() 3402 if (GEP->hasAllConstantIndices()) { in getKnownAlignForUse()
|
D | GlobalOpt.cpp | 176 if (!GEP->hasAllConstantIndices()) in IsSafeComputationToRemove()
|