/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 969 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()
|
D | NaryReassociate.cpp | 435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
|
D | Scalarizer.cpp | 466 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1016 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()
|
D | NaryReassociate.cpp | 432 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
|
D | InferAddressSpaces.cpp | 488 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1047 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()
|
D | NaryReassociate.cpp | 428 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 357 PtrInc->setIsInBounds(IsPtrInBounds(BasePtr)); in runOnLoop() 408 NewPtr->setIsInBounds(IsPtrInBounds(Ptr)); in runOnLoop()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 157 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/ |
D | Instruction.cpp | 138 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/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
|
D | NVPTXInferAddressSpaces.cpp | 321 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 572 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/ |
D | PPCLoopInstrFormPrep.cpp | 567 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/ |
D | Operator.h | 372 void setIsInBounds(bool B) { in setIsInBounds() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 464 void setIsInBounds(bool B) { in setIsInBounds() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 464 void setIsInBounds(bool B) { in setIsInBounds() function
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 414 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 140 GEP->setIsInBounds(); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1887 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/ |
D | InstructionCombining.cpp | 2053 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/ |
D | InstCombinePHI.cpp | 225 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
|