/external/llvm/test/Transforms/InstCombine/ |
vec_demanded_elts.ll | 107 define void @vac(<4 x float>* nocapture %a) nounwind {
|
/external/llvm/test/Transforms/LoopRotate/ |
multiple-exits.ll | 7 define i32 @test1([100 x i32]* nocapture %a) nounwind readonly {
|
/external/llvm/test/CodeGen/ARM/ |
debug-info-blocks.ll | 28 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
vmul.ll | 474 define void @distribute2(%struct.uint8x8_t* nocapture %dst, i8* %src, i32 %mul) nounwind { 496 define void @distribute2_commutative(%struct.uint8x8_t* nocapture %dst, i8* %src, i32 %mul) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
multiple-loop-post-inc.ll | 18 define void @foo(float* %I, i64 %IS, float* nocapture %Start, float* nocapture %Step, float* %O, i64 %OS, i64 %N) nounwind {
|
tail-opts.ll | 268 declare fastcc i32 @lvalue_p(%union.tree_node* nocapture) nounwind readonly
|
block-placement.ll | 970 define void @benchmark_heapsort(i32 %n, double* nocapture %ra) {
|
negate-add-zero.ll | [all...] |
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 597 case CodeGenIntrinsic::NoCapture: 598 OS << " AttrVec.push_back(Attribute::NoCapture);\n";
|
/frameworks/rs/driver/runtime/arch/ |
neon.ll | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 92 | Nocapture 674 | Attribute.Nocapture -> Int32.shift_left 1l 21 712 checkattr Attribute.Nocapture; [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
nested.ll | 15 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind 20 declare void @__crasher_block_invoke(i8* nocapture) 22 declare void @__crasher_block_invoke1(i8* nocapture) [all...] |
basic.ll | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 407 /// void @llvm.lifetime.start(i64 %size, i8* nocapture <ptr>) 410 /// void @llvm.lifetime.end(i64 %size, i8* nocapture <ptr>) [all...] |
/external/llvm/test/Analysis/DependenceAnalysis/ |
Preliminary.ll | 699 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
/external/llvm/include/llvm/IR/ |
Attributes.h | 81 NoCapture, ///< Function creates no aliases of pointer
|
/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 51 // know which functions are nounwind, noalias, nocapture parameters, etc.
|
/external/llvm/lib/Target/X86/ |
README.txt | [all...] |
README-SSE.txt | 840 define void @test(%0, %struct.float3* nocapture %res) nounwind noinline ssp {
|
/external/llvm/test/CodeGen/Thumb/ |
2009-08-12-ConstIslandAssert.ll | 5 define void @BF_encrypt(i32* nocapture %data, %struct.BF_KEY* nocapture %key, i32 %encrypt) nounwind { [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 578 KEYWORD(nocapture);
|
/external/llvm/test/Analysis/BasicAA/ |
args-rets-allocas-loads.ll | 4 declare void @nocap_callee(double* nocapture %nocap_callee_arg)
|
/external/llvm/lib/IR/ |
Verifier.cpp | 788 !Attrs.hasAttribute(Idx, Attribute::NoCapture) && 790 "Attribute 'byval', 'nest', 'sret', 'nocapture', and 'returned' " [all...] |
/external/llvm/docs/ |
LangRef.rst | 156 declare i32 @puts(i8* nocapture) nounwind 653 declare i32 @printf(i8* noalias nocapture, ...) 723 ``nocapture`` [all...] |
BitCodeFormat.rst | 843 * bit 32: ``nocapture`` [all...] |