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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
fast-isel.ll 110 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
optimize-max-3.ll 10 define void @foo(i64 %n, double* nocapture %p) nounwind {
reverse_branches.ll 103 declare i32 @puts(i8* nocapture) nounwind
sse-domains.ll 14 define void @f(<4 x i32>* nocapture %p, i32 %n) nounwind uwtable ssp {
x86-64-sret-return.ll 70 define void @foo({ i64 }* noalias nocapture sret %agg.result) nounwind {
  /external/llvm/test/Instrumentation/AddressSanitizer/
basic.ll 111 define void @LongDoubleTest(x86_fp80* nocapture %a) nounwind uwtable sanitize_address {
  /external/llvm/test/Instrumentation/BoundsChecking/
simple.ll 8 declare noalias i8* @realloc(i8* nocapture, i64) nounwind
  /external/llvm/test/Transforms/GVN/
rle-phi-translate.ll 123 define void @test5(i32 %N, double* nocapture %G) nounwind ssp {
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate9.ll 73 declare fastcc void @cc70a02__complex_integers__complex.164(%struct.cc70a02__complex_integers__complex_type* noalias nocapture sret, i8 signext, i8 signext) nounwind
  /external/llvm/test/Transforms/Inline/
alloca-bonus.ll 5 declare void @llvm.lifetime.start(i64 %size, i8* nocapture %ptr)
  /external/llvm/test/Transforms/JumpThreading/
crash.ll 29 define fastcc void @findratio(double* nocapture %res1, double* nocapture %res2) nounwind ssp {
491 define void @func_89(i16 zeroext %p_90, %struct.S1* nocapture %p_91, i32* nocapture %p_92) nounwind ssp {
  /external/llvm/test/Transforms/LoopStrengthReduce/
addrec-gep.ll 18 define void @foo(i64 %n, i64 %m, i64 %o, i64 %q, double* nocapture %p) nounwind {
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-08-PhiUpdate.ll 37 define i32 @test2(i32* nocapture %p, i32 %n) nounwind readonly {
  /external/llvm/test/Transforms/LoopVectorize/
same-base-access.ll 83 define i32 @func2(i32* nocapture %a) nounwind uwtable ssp {
  /external/llvm/test/Transforms/ObjCARC/
retain-block-alloca.ll 82 declare void @__test_block_invoke_0(i8* nocapture) uwtable
  /external/llvm/test/Transforms/SLPVectorizer/X86/
crash_mandeltext.ll 87 define void @rc4_crypt(%struct.rc4_state.0.24* nocapture %s) {
cycle_dup.ll 24 define i32 @foo(i32* nocapture %A) #0 {
loopinvariant.ll 14 define i32 @foo(i32* nocapture %A, i32 %n) #0 {
rgb_phi.ll 32 define float @foo(float* nocapture readonly %A) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 160 Attribute::AttrKind AK[] = { Attribute::NoCapture };
  /external/llvm/utils/vim/
llvm.vim 49 syn keyword llvmKeyword msp430_intrcc naked nest noalias nocapture
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-ScavengerAssert.ll 58 declare i32 @fprintf(%struct.FILE* nocapture, i8* nocapture, ...) nounwind
62 declare i32 @remove(i8* nocapture) nounwind
64 declare %struct.FILE* @OpenIncGraphicFile(i8*, i8 zeroext, %struct.rec** nocapture, %struct.FILE_POS*, i32* nocapture) nounwind
66 declare %struct.rec* @MakeWord(i32, i8* nocapture, %struct.FILE_POS*) nounwind
74 declare i8* @fgets(i8*, i32, %struct.FILE* nocapture) nounwind
  /external/llvm/include/llvm/IR/
Function.h 315 return AttributeSets.hasAttribute(n, Attribute::NoCapture);
318 addAttribute(n, Attribute::NoCapture);
  /external/llvm/test/CodeGen/PowerPC/
structsinregs.ll 71 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
  /external/llvm/test/CodeGen/SystemZ/
memset-03.ll 5 declare void @llvm.memset.p0i8.i32(i8 *nocapture, i8, i32, i32, i1) nounwind
6 declare void @llvm.memset.p0i8.i64(i8 *nocapture, i8, i64, i32, i1) nounwind

Completed in 564 milliseconds

<<21222324252627282930>>