/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable 71 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/); 88 isInBounds /*NSW*/);
|
/third_party/qrcodegen/c/ |
D | qrcodegen-test.c | 484 bool isInBounds = 0 <= x && x < size && 0 <= y && y < size; in testGetSetModuleRandomly() local 485 bool oldColor = isInBounds && modules[y][x]; in testGetSetModuleRandomly() 486 if (isInBounds) in testGetSetModuleRandomly() 491 if (isInBounds) in testGetSetModuleRandomly() 493 if (isInBounds && rand() % 2 == 0) in testGetSetModuleRandomly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 264 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags() 289 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
|
D | Value.cpp | 491 if (!GEP->isInBounds()) in stripPointerCastsAndOffsets() 568 if (!AllowNonInbounds && !GEP->isInBounds()) in stripAndAccumulateConstantOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1654 if (!GEP1.isInBounds() && !GEP2.isInBounds()) in isMergedGEPInBounds() 1657 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds() 1658 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds() 1887 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst() 1889 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst() 2033 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst() 2069 GEP.isInBounds() in visitGetElementPtrInst() 2088 GEP.isInBounds() in visitGetElementPtrInst() 2124 GEP.isInBounds() && NSW in visitGetElementPtrInst() 2168 GEP.isInBounds() && NSW in visitGetElementPtrInst() [all …]
|
D | InstCombineCompares.cpp | 313 if (!GEP->isInBounds()) { in foldCmpLoadFromIndexedGlobal() 566 if (GEP->getNumIndices() != 1 || !GEP->isInBounds() || in canRewriteGEPAsOffset() 772 if (!GEP->isInBounds()) in getAsConstantIndexedAddress() 862 if (PtrBase == RHS && GEPLHS->isInBounds() && in foldGEPICmp() 877 if (GEPLHS->isInBounds() && ICmpInst::isEquality(Cond) && in foldGEPICmp() 929 if (GEPLHS->isInBounds() && GEPRHS->isInBounds() && in foldGEPICmp() 973 bool GEPsInBounds = GEPLHS->isInBounds() && GEPRHS->isInBounds(); in foldGEPICmp()
|
D | InstCombinePHI.cpp | 411 AllInBounds &= GEP->isInBounds(); in FoldPHIArgGEPIntoPHI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalSplit.cpp | 129 GEP->isInBounds()); in splitGlobal()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 120 SIMD::Int isInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const; 344 mask &= isInBounds(sizeof(float), robustness); // Disable out-of-bounds reads. in Load() 433 mask &= isInBounds(sizeof(float), robustness); // Disable out-of-bounds writes. in Store()
|
D | SpirvShaderImage.cpp | 774 SIMD::Int mask = state->activeLaneMask() & texelPtr.isInBounds(2, robustness); in EmitImageRead() 787 SIMD::Int mask = state->activeLaneMask() & texelPtr.isInBounds(1, robustness); in EmitImageRead() 1377 mask = mask & texelPtr.isInBounds(2, robustness); in WriteImage() 1390 mask = mask & texelPtr.isInBounds(1, robustness); in WriteImage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 743 GEP->isInBounds()); in Extract() 759 GEP->isInBounds()) in Find() 1015 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()
|
D | NaryReassociate.cpp | 432 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 669 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis()
|
D | InferAddressSpaces.cpp | 488 NewGEP->setIsInBounds(GEP->isInBounds()); in cloneInstructionWithNewAddressSpace()
|
D | Scalarizer.cpp | 656 if (GEPI.isInBounds()) in visitGetElementPtrInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 46 if (GEP->isInBounds()) in isDereferenceableOrNull()
|
D | PHITransAddr.cpp | 410 Result->setIsInBounds(GEP->isInBounds()); in InsertPHITranslatedSubExpr()
|
D | ConstantFolding.cpp | 826 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() 879 InBounds &= GEP->isInBounds(); in SymbolicallyEvaluateGEP() 1037 Ops.slice(1), GEP->isInBounds(), in ConstantFoldInstOperandsImpl()
|
D | InlineCost.cpp | 877 if ((I.isInBounds() && canFoldInboundsGEP(I)) || IsGEPOffsetConstant(I)) { in visitGetElementPtr() 1839 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset)) in stripAndComputeInBoundsConstantOffsets()
|
D | LoopAccessAnalysis.cpp | 938 return GEP->isInBounds(); in isInBoundsGep() 959 if (!GEP || !GEP->isInBounds()) in isNoWrapAddRec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 145 cast<GEPOperator>(CE)->isInBounds()) { in isSimpleEnoughPointerToCommit() 441 cast<GEPOperator>(GEP)->isInBounds()); in EvaluateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 286 return cast<GEPOperator>(C)->isInBounds() in remapConstantExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 471 bool isInBounds() const { in isInBounds() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 591 if (!GEP->isInBounds()) in collectUsesWithPtrTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 261 return GEP->isInBounds(); in IsPtrInBounds()
|