HomeSort by relevance Sort by last modified time
    Searched full:nocapture (Results 176 - 200 of 812) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/NVPTX/
intrin-nocapture.ll 3 ; Address space intrinsics were erroneously marked NoCapture, leading to bad
  /external/llvm/test/CodeGen/PowerPC/
remat-imm.ll 16 declare i32 @printf(i8* nocapture, ...) nounwind
vec_conv.ll 12 define void @v4f32_to_v4i32(<4 x float> %x, <4 x i32>* nocapture %y) nounwind {
24 define void @v4f32_to_v4u32(<4 x float> %x, <4 x i32>* nocapture %y) nounwind {
36 define void @v4i32_to_v4f32(<4 x i32> %x, <4 x float>* nocapture %y) nounwind {
48 define void @v4u32_to_v4f32(<4 x i32> %x, <4 x float>* nocapture %y) nounwind {
  /external/llvm/test/CodeGen/SystemZ/
memcpy-01.ll 5 declare void @llvm.memcpy.p0i8.p0i8.i32(i8 *nocapture, i8 *nocapture, i32, i32, i1) nounwind
6 declare void @llvm.memcpy.p0i8.p0i8.i64(i8 *nocapture, i8 *nocapture, i64, i32, i1) nounwind
  /external/llvm/test/CodeGen/X86/
2010-01-08-Atomic64Bug.ll 7 define void @t(i64* nocapture %p) nounwind ssp {
alldiv-divdi3.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
allrem-moddi3.ll 10 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
avx-cvt.ll 48 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
56 define double @funcB(i32* nocapture %e) nounwind uwtable readonly ssp {
64 define float @funcC(i32* nocapture %e) nounwind uwtable readonly ssp {
72 define float @funcD(i64* nocapture %e) nounwind uwtable readonly ssp {
buildvec-insertvec.ll 3 define void @foo(<3 x float> %in, <4 x i8>* nocapture %out) nounwind {
empty-struct-return-type.ll 15 declare hidden { } @_ZNK5QHashIPv15QHashDummyValueE5valueERKS0_(i8** nocapture) nounwind
extract-extract.ll 12 define fastcc void @foo(%pp* nocapture byval %p_arg) {
fold-call.ll 20 define void @test2(%struct.X* nocapture %x) {
memset64-on-x86-32.ll 12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
misaligned-memset.ll 15 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
peep-test-0.ll 5 define void @loop(i64 %n, double* nocapture %d) nounwind {
peep-test-1.ll 6 define void @foo(i32 %n, double* nocapture %p) nounwind {
pr14333.ll 12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
pr3457.ll 5 define void @foo(double* nocapture %P) nounwind {
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
test-ptr-reloc-remote.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
  /external/llvm/test/ExecutionEngine/MCJIT/
test-ptr-reloc.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
  /external/llvm/test/MC/Mips/
r-mips-got-disp.ll 18 declare i32 @printf(i8* nocapture, ...) nounwind
  /external/llvm/test/Transforms/DeadStoreElimination/
dominate.ll 25 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
  /external/llvm/test/Transforms/FunctionAttrs/
2009-01-02-LocalStores.ll 3 ; CHECK: define i32* @a(i32** nocapture readonly %p)
atomic.ll 16 ; CHECK: define i32 @test2(i32* nocapture readonly %x) #1 {
  /external/llvm/test/Transforms/Inline/
2009-05-07-CallUsingSelfCrash.ll 7 define void @func_113(%struct.S1* noalias nocapture sret %agg.result, i8 signext %p_114) noreturn nounwind {

Completed in 346 milliseconds

1 2 3 4 5 6 78 91011>>