Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DScalarizer.cpp658 NewGEPI->setIsInBounds(); in visitGetElementPtrInst()
/third_party/skia/third_party/externals/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()
DInstructions.cpp1678 void GetElementPtrInst::setIsInBounds(bool B) { in setIsInBounds() function in GetElementPtrInst
1679 cast<GEPOperator>(this)->setIsInBounds(B); in setIsInBounds()
DCore.cpp2932 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPHITransAddr.cpp410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h464 void setIsInBounds(bool B) { in setIsInBounds() function
DInstructions.h965 GEP->setIsInBounds(true);
982 GEP->setIsInBounds(true);
1091 void setIsInBounds(bool b = true);
/third_party/skia/third_party/externals/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()
DInstCombinePHI.cpp492 if (AllInBounds) NewGEP->setIsInBounds(); in FoldPHIArgGEPIntoPHI()
DInstCombineVectorOps.cpp1282 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds()); in buildNew()
DInstCombineCasts.cpp2452 GEP->setIsInBounds(); in visitBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1130 NewInst->setIsInBounds(RN->Flags & GepNode::InBounds); in fabricateGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2225 cast<GetElementPtrInst>(AddrPart)->setIsInBounds(InBounds); in vectorizeInterleaveGroup()
2412 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2415 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2421 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7037 UGEPI->setIsInBounds(false); in tryUnmergingGEPsAcrossIndirectBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3995 cast<GetElementPtrInst>(I)->setIsInBounds(true); in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7256 cast<GetElementPtrInst>(Inst)->setIsInBounds(true); in ParseGetElementPtr()