Home
last modified time | relevance | path

Searched refs:isInBounds (Results 1 – 25 of 144) sorted by relevance

123456

/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DLocal.h37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
72 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
87 isInBounds /*NSW*/);
94 false /*NUW*/, isInBounds /*NSW*/);
/external/guava/android/guava-tests/test/com/google/common/math/
DDoubleMathTest.java87 boolean isInBounds = in testRoundIntegralDoubleToInt()
93 assertTrue(isInBounds); in testRoundIntegralDoubleToInt()
95 assertFalse(isInBounds); in testRoundIntegralDoubleToInt()
106 boolean isInBounds = in testRoundFractionalDoubleToInt()
115 assertTrue(isInBounds); in testRoundFractionalDoubleToInt()
117 assertFalse(isInBounds); in testRoundFractionalDoubleToInt()
127 boolean isInBounds = in testRoundExactIntegralDoubleToInt()
133 assertTrue(isInBounds); in testRoundExactIntegralDoubleToInt()
135 assertFalse(isInBounds); in testRoundExactIntegralDoubleToInt()
183 boolean isInBounds = in testRoundIntegralDoubleToLong()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java87 boolean isInBounds = in testRoundIntegralDoubleToInt()
93 assertTrue(isInBounds); in testRoundIntegralDoubleToInt()
95 assertFalse(isInBounds); in testRoundIntegralDoubleToInt()
106 boolean isInBounds = in testRoundFractionalDoubleToInt()
115 assertTrue(isInBounds); in testRoundFractionalDoubleToInt()
117 assertFalse(isInBounds); in testRoundFractionalDoubleToInt()
127 boolean isInBounds = in testRoundExactIntegralDoubleToInt()
133 assertTrue(isInBounds); in testRoundExactIntegralDoubleToInt()
135 assertFalse(isInBounds); in testRoundExactIntegralDoubleToInt()
183 boolean isInBounds = in testRoundIntegralDoubleToLong()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
71 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
88 isInBounds /*NSW*/);
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions; variable
227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
238 GEP->getName()+".idx", isInBounds /*NUW*/);
/external/perfetto/ui/src/frontend/
Dlogs_panel.ts101 const isStaleLeft = !leftSpan.isInBounds(vis.start);
102 const isStaleRight = !rightSpan.isInBounds(vis.end);
Dtime_scale.ts72 return this.timeBounds.isInBounds(time);
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp169 NewGEP->setIsInBounds(GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
180 Indices, GEP->isInBounds()); in hoistAddrSpaceCastFromGEP()
/external/perfetto/ui/src/common/
Dtime.ts103 isInBounds(sec: number) { method in TimeSpan
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp264 DestGEP->setIsInBounds(SrcGEP->isInBounds() | DestGEP->isInBounds()); in copyIRFlags()
289 DestGEP->setIsInBounds(SrcGEP->isInBounds() & DestGEP->isInBounds()); in andIRFlags()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp288 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/Transforms/InstCombine/
DInstructionCombining.cpp1654 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 …]
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1793 if (!GEP1.isInBounds() && !GEP2.isInBounds()) in isMergedGEPInBounds()
1796 return (GEP1.isInBounds() || GEP1.hasAllZeroIndices()) && in isMergedGEPInBounds()
1797 (GEP2.isInBounds() || GEP2.hasAllZeroIndices()); in isMergedGEPInBounds()
1819 bool IsInBounds = GEP.isInBounds(); in foldSelectGEP()
2053 NewSrc->setIsInBounds(Src->isInBounds()); in visitGetElementPtrInst()
2055 NewGEP->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
2201 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
2236 GEP.isInBounds() in visitGetElementPtrInst()
2257 GEP.isInBounds() in visitGetElementPtrInst()
2293 GEP.isInBounds() && NSW in visitGetElementPtrInst()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp129 GEP->isInBounds()); in splitGlobal()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp132 GEP->isInBounds()); in splitGlobal()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp391 IndexExprs, GEP->isInBounds()); in tryReassociateGEPAtIndex()
435 NewGEP->setIsInBounds(GEP->isInBounds()); in tryReassociateGEPAtIndex()
DSeparateConstOffsetFromGEP.cpp697 GEP->isInBounds()); in Extract()
713 GEP->isInBounds()) in Find()
968 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()
DStraightLineStrengthReduce.cpp504 IndexExprs, GEP->isInBounds()); in allocateCandidatesAndFindBasisForGEP()
634 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp138 EXPECT_FALSE(this->clone(GEP)->isInBounds()); in TEST_F()
141 EXPECT_TRUE(this->clone(GEP)->isInBounds()); in TEST_F()
/external/swiftshader/src/Pipeline/
DShaderCore.hpp120 SIMD::Int isInBounds(unsigned int accessSize, OutOfBoundsBehavior robustness) const;
345 mask &= isInBounds(sizeof(float), robustness); // Disable out-of-bounds reads. in Load()
437 mask &= isInBounds(sizeof(float), robustness); // Disable out-of-bounds writes. in Store()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp743 GEP->isInBounds()); in Extract()
759 GEP->isInBounds()) in Find()
1015 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp130 cast<GEPOperator>(CE)->isInBounds()) { in isSimpleEnoughPointerToCommit()
316 cast<GEPOperator>(GEP)->isInBounds()); in EvaluateBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp46 if (GEP->isInBounds()) in isDereferenceableOrNull()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1552 return GEP.isInBounds() && Src->isInBounds() in visitGetElementPtrInst()
1636 Res->setIsInBounds(GEP.isInBounds()); in visitGetElementPtrInst()
1672 Value *NewGEP = GEP.isInBounds() in visitGetElementPtrInst()
1693 GEP.isInBounds() in visitGetElementPtrInst()
1728 GEP.isInBounds() && NSW in visitGetElementPtrInst()
1770 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst()
1837 GEP.isInBounds() in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp775 GEP->isInBounds()); in Extract()
791 GEP->isInBounds()) in Find()
1046 bool GEPWasInBounds = GEP->isInBounds(); in splitGEP()

123456