Home
last modified time | relevance | path

Searched refs:inbounds (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h102 assert(inbounds(Index)); in getLink()
110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
442 assert(inbounds(Idx1) && inbounds(Idx2)); in merge()
463 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect()
512 assert(inbounds(LowerIndex) && inbounds(UpperIndex)); in tryMergeUpwards()
592 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DGetElementPtr.rst351 This sense is unconnected with ``inbounds`` keyword. The ``inbounds`` keyword is
361 With the ``inbounds`` keyword, the result value of the GEP is undefined if the
365 Without the ``inbounds`` keyword, there are no restrictions on computing
439 If the GEP lacks the ``inbounds`` keyword, the value is the result from
444 If the GEP has the ``inbounds`` keyword, the result value is undefined (a "trap
447 As such, there are some ramifications of this for inbounds GEPs: scales implied
H A DCoroutines.rst375 %inc.spill.addr = getelementptr inbounds %f.Frame, %f.Frame* %FramePtr, i32 0, i32 2
508 %index.addr = getelementptr inbounds %f.Frame, %f.Frame* %FramePtr, i64 0, i32 2
511 %n.addr = getelementptr inbounds %f.Frame, %f.Frame* %FramePtr, i64 0, i32 3
H A DCoverageMappingFormat.rst303 …{ i8*, i32, i32, i64 } { i8* getelementptr inbounds ([3 x i8]* @__profn_foo, i32 0, i32 0), ; Func…
H A DLangRef.rst1379 %a = getelementptr inbounds i32, i32* %0, i32 -1
4170 ``getelementptr (TY, CSTPTR, IDX0, IDX1, ...)``, ``getelementptr inbounds (TY, CSTPTR, IDX0, IDX1, …
7399 %5 = getelementptr inbounds i8, i8* %2, i64 5
7401 %7 = getelementptr inbounds i8, i8* %2, i8 %3
10100 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}*
10164 … %arrayidx = getelementptr inbounds %struct.ST, %struct.ST* %s, i64 1, i32 2, i32 1, i64 5, i64 13
10197 If the ``inbounds`` keyword is present, the result value of the
10216 * In cases where the base is a vector of pointers, the ``inbounds`` keyword
10223 If the ``inbounds`` keyword is not present, the offsets are added to the
20447 %a.inc = getelementptr inbounds i8, i8* %a, i64 1
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dllvm.vim30 syn keyword llvmStatement icmp inbounds indirectbr insertelement insertvalue
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm410 OptInBounds ::= - inbounds | _ ;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1016 %tmp4 = getelementptr inbounds %struct.anon* %tmp3, i64 %indvar, i32 0
1019 %tmp10 = getelementptr inbounds %struct.anon* %tmp3, i64 %idxprom7, i32 0
1910 %v2.sub = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 0
1914 %tmp3.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 1
1916 %tmp4.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 2
1924 %add.ptr.i5.i.i = getelementptr inbounds i32* null, i64 %conv
1942 %add.ptr.i.i.i = getelementptr inbounds i32* %0, i64 %conv
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.c4200 const char *inbounds in try_substitute_return_value() local
4212 what, inbounds, retval[0], retval[1]); in try_substitute_return_value()
4216 what, inbounds, retval[0]); in try_substitute_return_value()
H A Dgimple-ssa-sprintf.cc4252 const char *inbounds in try_substitute_return_value() local
4264 what, inbounds, retval[0], retval[1]); in try_substitute_return_value()
4268 what, inbounds, retval[0]); in try_substitute_return_value()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c4200 const char *inbounds in try_substitute_return_value() local
4212 what, inbounds, retval[0], retval[1]); in try_substitute_return_value()
4216 what, inbounds, retval[0]); in try_substitute_return_value()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp569 KEYWORD(inbounds); in LexIdentifier()
/netbsd/external/apache2/llvm/dist/llvm/docs/Frontend/
H A DPerformanceTips.rst228 #. Use inbounds on geps. This can help to disambiguate some aliasing queries.
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3586 bool inbounds, in emitArraySubscriptGEP() argument
3590 if (inbounds) { in emitArraySubscriptGEP()
3661 QualType eltType, bool inbounds, in emitArraySubscriptGEP() argument
3689 CGF, addr.getElementType(), addr.getPointer(), indices, inbounds, in emitArraySubscriptGEP()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt794 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1]
H A DREADME.txt1391 %1 = getelementptr inbounds %struct.B* %a, i64 0, i32 0
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2414 [%name = gelementptr inbounds %p, indices...]