Home
last modified time | relevance | path

Searched refs:hasAllZeroIndices (Results 1 – 25 of 66) 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-project/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h139 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h136 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h148 cast<GetElementPtrInst>(I)->hasAllZeroIndices()); in IsNoopInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp428 if (GI->hasAllZeroIndices()) in traceAICall()
459 if (GI->hasAllZeroIndices()) in traceBitCast()
489 if (GI->hasAllZeroIndices()) in traceGEP()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp492 if (GI->hasAllZeroIndices()) in traceAICall()
523 if (GI->hasAllZeroIndices()) in traceBitCast()
553 if (GI->hasAllZeroIndices()) in traceGEP()
/external/llvm/include/llvm/IR/
DOperator.h422 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h521 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h521 bool hasAllZeroIndices() const { in hasAllZeroIndices() function
/external/llvm-project/llvm/unittests/IR/
DInstructionsTest.cpp461 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/
DObjCARCContract.cpp606 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp674 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp704 cast<GEPOperator>(Arg)->hasAllZeroIndices()) in runOnFunction()
/external/llvm/lib/CodeGen/
DAnalysis.cpp253 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-10.0/llvm/lib/CodeGen/
DAnalysis.cpp292 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp293 if (cast<GetElementPtrInst>(I)->hasAllZeroIndices()) in getNoopInput()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1186 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/
DConstantFold.cpp1730 if (CE1GEP->hasAllZeroIndices()) in evaluateICmpRelation()
1750 if (CE1GEP->hasAllZeroIndices() && CE2GEP->hasAllZeroIndices()) in evaluateICmpRelation()
DValue.cpp483 if (!GEP->hasAllZeroIndices()) in stripPointerCastsAndOffsets()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp82 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp94 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp86 if (!GEPI->hasAllZeroIndices()) in isAllocaPromotable()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1269 if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && in shouldMergeGEPs()
1796 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds()
1797 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()

123