/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 368 EXPECT_FALSE(GepII0->hasAllZeroIndices()); in TEST() 369 EXPECT_FALSE(GepII1->hasAllZeroIndices()); in TEST() 370 EXPECT_FALSE(GepII2->hasAllZeroIndices()); in TEST() 371 EXPECT_FALSE(GepII3->hasAllZeroIndices()); in TEST()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 139 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 136 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 148 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 428 if (GI->hasAllZeroIndices()) in traceAICall() 459 if (GI->hasAllZeroIndices()) in traceBitCast() 489 if (GI->hasAllZeroIndices()) in traceGEP()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 492 if (GI->hasAllZeroIndices()) in traceAICall() 523 if (GI->hasAllZeroIndices()) in traceBitCast() 553 if (GI->hasAllZeroIndices()) in traceGEP()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 422 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 521 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 521 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/llvm-project/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 461 EXPECT_FALSE(GepII0->hasAllZeroIndices()); in TEST() 462 EXPECT_FALSE(GepII1->hasAllZeroIndices()); in TEST() 463 EXPECT_FALSE(GepII2->hasAllZeroIndices()); in TEST() 464 EXPECT_FALSE(GepII3->hasAllZeroIndices()); in TEST()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 606 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 674 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 704 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 253 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 446 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
|
D | ConstantFold.cpp | 1597 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation() 1617 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 292 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 293 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1186 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs() 1657 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds() 1658 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1730 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation() 1750 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
|
D | Value.cpp | 483 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 82 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 94 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 86 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1269 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs() 1796 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds() 1797 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()
|