HomeSort by relevance Sort by last modified time
    Searched full:nocapture (Results 801 - 825 of 1208) sorted by null

<<31323334353637383940>>

  /external/llvm/test/Transforms/ScalarRepl/
phi-cycle.ll 11 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable {
77 declare i32 @printf(i8* nocapture, ...) nounwind
  /external/llvm/test/CodeGen/ARM/
fast-isel-intrinsic.ll 46 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
85 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
149 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
struct-byval-frame-index.ll 64 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) #0
67 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) #0
70 declare void @SetMotionVectorsMB(%structK* nocapture, i32) #1
216 declare void @RestoreMVBlock8x8(i32, i32, %structN* byval nocapture, i32) #1
2010-06-21-LdStMultipleBug.ll 13 define void @TW_oldinput(%struct.FILE* nocapture %fp) nounwind {
148 declare i32 @fscanf(%struct.FILE* nocapture, i8* nocapture, ...) nounwind
debug-info-d16-reg.ll 33 declare i32 @printf(i8* nocapture, ...) nounwind
37 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind optsize {
57 declare i32 @puts(i8* nocapture) nounwind
debug-info-s16-reg.ll 26 declare i32 @printf(i8* nocapture, ...) nounwind optsize
39 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind optsize ssp {
61 declare i32 @puts(i8* nocapture) nounwind optsize
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-CoalescerBug.ll 31 declare i32 @fprintf(%struct.FILE* nocapture, i8* nocapture, ...) nounwind
35 declare %struct.FILE* @OpenIncGraphicFile(i8*, i8 zeroext, %struct.rec** nocapture, %struct.FILE_POS*, i32* nocapture) nounwind
39 declare i8* @fgets(i8*, i32, %struct.FILE* nocapture) nounwind
  /external/llvm/test/Transforms/BBVectorize/X86/
wr-aliases.ll 8 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0
11 declare fastcc void @_ZL12printQBezier7QBezier(%class.QBezier.15* byval nocapture readonly align 8) #1
14 declare void @llvm.lifetime.start(i64, i8* nocapture) #0
17 declare void @llvm.lifetime.end(i64, i8* nocapture) #0
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 4 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
5 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
268 define void @test19({i32} * nocapture byval align 4 %arg5) nounwind ssp {
310 declare noalias i8* @strdup(i8* nocapture) nounwind
  /external/llvm/test/Transforms/GVN/
pre-load.ll 118 define void @test5(i32 %N, double* nocapture %G) nounwind ssp {
161 define void @test6(i32 %N, double* nocapture %G) nounwind ssp {
206 define void @test7(i32 %N, double* nocapture %G) nounwind ssp {
278 define void @test9(i32 %N, double* nocapture %G) nounwind ssp {
324 define void @test10(i32 %N, double* nocapture %G) nounwind ssp {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
cse.ll 22 define i32 @test(double* nocapture %G) {
56 define i32 @foo(double* nocapture %A, i32 %n) {
102 define i32 @test2(double* nocapture %G, i32 %k) {
148 define i32 @foo4(double* nocapture %A, i32 %n) {
190 define i32 @partial_mrg(double* nocapture %A, i32 %n) {
phi.ll 26 define i32 @foo(double* nocapture %A, i32 %k) {
70 define i32 @foo2(double* noalias nocapture %B, double* noalias nocapture %A, i32 %n, i32 %m) #0 {
124 define float @foo3(float* nocapture readonly %A) #0 {
183 define float @sort_phi_type(float* nocapture readonly %A) {
  /external/llvm/include/llvm/IR/
IntrinsicsAArch64.td 439 [IntrReadWriteArgMem, NoCapture<2>]>;
453 [IntrReadWriteArgMem, NoCapture<2>]>;
457 [IntrReadWriteArgMem, NoCapture<3>]>;
471 [IntrReadWriteArgMem, NoCapture<3>]>;
476 [IntrReadWriteArgMem, NoCapture<4>]>;
494 [IntrReadWriteArgMem, NoCapture<4>]>;
499 [IntrReadWriteArgMem, NoCapture<5>]>;
  /external/llvm/test/Transforms/Inline/
2009-01-13-RecursiveInlineCrash.ll 11 declare i32 @dealwithargs(i32, i8** nocapture) nounwind
66 declare i32 @CountTree(%struct.quad_struct* nocapture) nounwind readonly
68 define internal fastcc %struct.quad_struct* @child(%struct.quad_struct* nocapture %tree, i32 %ct) nounwind readonly {
101 define internal fastcc %struct.quad_struct* @gtequal_adj_neighbor(%struct.quad_struct* nocapture %tree, i32 %d) nounwind readonly {
139 declare fastcc i32 @sum_adjacent(%struct.quad_struct* nocapture, i32, i32, i32) nounwind readonly
141 define i32 @perimeter(%struct.quad_struct* nocapture %tree, i32 %size) nounwind readonly {
283 declare i32 @main(i32, i8** nocapture) noreturn nounwind
alloca-dbgdeclare.ll 28 declare void @_Z3fn31A(%struct.A* nocapture readonly %p1) #0
34 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #2
  /external/llvm/test/CodeGen/AArch64/
arm64-dagcombiner-load-slicing.ll 15 define void @test(%class.Complex* nocapture %out, i64 %out_start) {
47 define void @test_int(%class.Complex_int* nocapture %out, i64 %out_start) {
79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) {
  /external/llvm/test/CodeGen/Mips/
tailcall.ll 210 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
212 define i32 @caller12(%struct.S* nocapture byval %a0) nounwind {
  /external/llvm/test/CodeGen/PowerPC/
stack-realign.ll 14 define void @goo(%struct.s* byval nocapture readonly %a) {
98 define void @hoo(%struct.s* byval nocapture readonly %a) {
159 define void @loo(%struct.s* byval nocapture readonly %a) {
  /external/llvm/test/CodeGen/R600/
si-vector-hang.ll 18 define void @test_8_min_char(i8 addrspace(1)* nocapture %out, i8 addrspace(1)* nocapture readonly %in0, i8 addrspace(1)* nocapture readonly %in1) #0 {
unhandled-loop-condition-assertion.ll 10 define void @branch_true(i8 addrspace(1)* nocapture %main, i32 %main_stride) #0 {
46 define void @branch_false(i8 addrspace(1)* nocapture %main, i32 %main_stride) #0 {
82 define void @branch_undef(i8 addrspace(1)* nocapture %main, i32 %main_stride) #0 {
  /external/llvm/test/CodeGen/X86/
cmov.ll 115 declare i32 @printf(i8* nocapture, ...) nounwind
120 define i32 @test5(i32* nocapture %P) nounwind readonly {
134 define i32 @test6(i32* nocapture %P) nounwind readonly {
code_placement.ll 7 define void @t(i8* nocapture %in, i8* nocapture %out, i32* nocapture %rk, i32 %r) nounwind ssp {
rd-mod-wr-eflags.ll 6 define void @_Z7releaseP3obj(%struct.obj* nocapture %o) nounwind uwtable ssp {
60 declare i32 @printf(i8* nocapture, ...) nounwind
62 declare void @free(i8* nocapture) nounwind
  /external/llvm/test/DebugInfo/X86/
elf-names.ll 23 define void @_ZN1DC2Ev(%class.D* nocapture %this) unnamed_addr nounwind uwtable align 2 {
37 define void @_ZN1DC2ERKS_(%class.D* nocapture %this, %class.D* nocapture %d) unnamed_addr nounwind uwtable align 2 {
  /external/llvm/test/Transforms/IndVarSimplify/
udiv.ll 14 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind {
126 declare i32 @atoi(i8* nocapture) nounwind readonly
128 declare i32 @printf(i8* nocapture, ...) nounwind

Completed in 466 milliseconds

<<31323334353637383940>>