Home
last modified time | relevance | path

Searched refs:hasAllZeroIndices (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm/unittests/IR/
DInstructionsTest.cpp368 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/
DObjCARCAnalysisUtils.h136 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h149 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp380 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/
DOperator.h279 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/llvm/include/llvm/IR/
DOperator.h422 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h494 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp323 if (!GEP->hasAllZeroIndices()) in stripPointerCasts()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp606 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp664 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
/external/llvm/lib/CodeGen/
DAnalysis.cpp253 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp252 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
/external/llvm/lib/IR/
DValue.cpp446 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
DConstantFold.cpp1597 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1617 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp494 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
DConstantFold.cpp1617 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1637 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp82 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp96 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp642 if (G->hasAllZeroIndices()) in performCallSlotOptzn()
DObjCARC.cpp550 if (GEP->hasAllZeroIndices()) in FindSingleUseIdentifiedObject()
1892 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in isNoopInstruction()
3706 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
DCodeGenPrepare.cpp1110 if (GEPI->hasAllZeroIndices()) { in OptimizeInst()
DScalarReplAggregates.cpp1580 if (!GEPI->hasAllZeroIndices()) in isSafePHISelectUseForScalarRepl()
2511 isOffset || !GEP->hasAllZeroIndices(), in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp793 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp112 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp309 if (!GEPOp->hasAllZeroIndices()) in DecomposeGEPExpression()

123