Home
last modified time | relevance | path

Searched refs:setIsInBounds (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp969 GEP->setIsInBounds(false); in splitGEP()
1031 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1055 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1261 First->setIsInBounds(false); in swapGEPOperand()
1262 Second->setIsInBounds(false); in swapGEPOperand()
1264 First->setIsInBounds(true); in swapGEPOperand()
DNaryReassociate.cpp435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DScalarizer.cpp466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1016 GEP->setIsInBounds(false); in splitGEP()
1079 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1104 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1309 First->setIsInBounds(false); in swapGEPOperand()
1310 Second->setIsInBounds(false); in swapGEPOperand()
1312 First->setIsInBounds(true); in swapGEPOperand()
DNaryReassociate.cpp432 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DInferAddressSpaces.cpp488 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1047 GEP->setIsInBounds(false); in splitGEP()
1110 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1135 cast<GetElementPtrInst>(NewGEP)->setIsInBounds(GEPWasInBounds); in splitGEP()
1366 First->setIsInBounds(false); in swapGEPOperand()
1367 Second->setIsInBounds(false); in swapGEPOperand()
1369 First->setIsInBounds(true); in swapGEPOperand()
DNaryReassociate.cpp428 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop()
408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp157 cast<GetElementPtrInst>(this)->setIsInBounds(false); in dropPoisonGeneratingFlags()
288 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags()
313 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp138 cast<GetElementPtrInst>(this)->setIsInBounds(false); in dropPoisonGeneratingFlags()
264 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags()
289 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
DNVPTXInferAddressSpaces.cpp321 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp572 cast<GetElementPtrInst>(PtrInc)->setIsInBounds(IsPtrInBounds(BasePtr)); in rewriteLoadStores()
600 cast<GetElementPtrInst>(PtrInc)->setIsInBounds(IsPtrInBounds(BasePtr)); in rewriteLoadStores()
653 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in rewriteLoadStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp567 cast<GetElementPtrInst>(PtrInc)->setIsInBounds(IsPtrInBounds(BasePtr)); in rewriteLoadStores()
595 cast<GetElementPtrInst>(PtrInc)->setIsInBounds(IsPtrInBounds(BasePtr)); in rewriteLoadStores()
644 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in rewriteLoadStores()
/external/llvm/include/llvm/IR/
DOperator.h372 void setIsInBounds(bool B) { in setIsInBounds() function
/external/llvm-project/llvm/lib/Analysis/
DPHITransAddr.cpp410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPHITransAddr.cpp410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h464 void setIsInBounds(bool B) { in setIsInBounds() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h464 void setIsInBounds(bool B) { in setIsInBounds() function
/external/llvm/lib/Analysis/
DPHITransAddr.cpp414 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp140 GEP->setIsInBounds(); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1887 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst()
1889 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1934 GEP.setIsInBounds(isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP))); in visitGetElementPtrInst()
2033 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2053 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst()
2055 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
2100 GEP.setIsInBounds(isMergedGEPInBounds(*Src, *cast<GEPOperator>(&GEP))); in visitGetElementPtrInst()
2201 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()

123