/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/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 136 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 149 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 380 EXPECT_FALSE(GepII0->hasAllZeroIndices()); in TEST() 381 EXPECT_FALSE(GepII1->hasAllZeroIndices()); in TEST() 382 EXPECT_FALSE(GepII2->hasAllZeroIndices()); in TEST() 383 EXPECT_FALSE(GepII3->hasAllZeroIndices()); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 279 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 422 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 494 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Value.cpp | 323 if (!GEP->hasAllZeroIndices()) in stripPointerCasts()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 606 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 664 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 253 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 252 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-7.0/llvm/lib/IR/ |
D | Value.cpp | 494 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
|
D | ConstantFold.cpp | 1617 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation() 1637 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 82 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 96 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 642 if (G->hasAllZeroIndices()) in performCallSlotOptzn()
|
D | ObjCARC.cpp | 550 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject() 1892 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in isNoopInstruction() 3706 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
|
D | CodeGenPrepare.cpp | 1110 if (GEPI->hasAllZeroIndices()) { in OptimizeInst()
|
D | ScalarReplAggregates.cpp | 1580 if (!GEPI->hasAllZeroIndices()) in isSafePHISelectUseForScalarRepl() 2511 isOffset || !GEP->hasAllZeroIndices(), in isOnlyCopiedFromConstantGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 793 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 112 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 309 if (!GEPOp->hasAllZeroIndices()) in DecomposeGEPExpression()
|