HomeSort by relevance Sort by last modified time
    Searched full:nocapture (Results 276 - 300 of 2128) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
memcpy.ll 18 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/CodeGen/PowerPC/
loop-data-prefetch.ll 6 define void @foo(double* nocapture %a, double* nocapture readonly %b) #0 {
swaps-le-4.ll 24 declare void @llvm.lifetime.start(i64, i8* nocapture)
26 declare void @llvm.lifetime.end(i64, i8* nocapture)
  /external/llvm/test/CodeGen/SystemZ/
stack-guard.ll 28 declare void @llvm.lifetime.start(i64, i8* nocapture)
33 declare void @llvm.lifetime.end(i64, i8* nocapture)
  /external/llvm/test/CodeGen/Thumb/
2009-07-27-PEIAssert.ll 26 declare i32 @ReadList(%struct.LinkList** nocapture, %struct.List** nocapture) nounwind
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-CoalescerAssert.ll 29 declare i32 @fprintf(%struct.FILE* noalias nocapture, i8* noalias nocapture, ...) nounwind
2009-11-13-STRDBug.ll 4 define void @lshift_double(i64 %l1, i64 %h1, i64 %count, i32 %prec, i64* nocapture %lv, i64* nocapture %hv, i32 %arith) nounwind {
aligned-constants.ll 17 define void @func(float* nocapture %x, double* nocapture %y) nounwind ssp {
  /external/llvm/test/CodeGen/X86/
2009-05-23-available_externally.ll 17 %call = tail call i64 @strtol(i8* nocapture %__nptr, i8** null, i32 10) nounwind readonly ; <i64> [#uses=1]
22 declare i64 @strtol(i8*, i8** nocapture, i32) nounwind
2009-11-16-UnfoldMemOpBug.ll 29 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
2011-03-09-Physreg-Coalescing.ll 11 declare fastcc i8* @save_string(i8* %d, i8* nocapture %s) nounwind
13 define i32 @cvtchar(i8* nocapture %sp) nounwind {
memcpy-from-string.ll 24 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1)
widen_load-0.ll 11 define void @short2_int_swap(<2 x i16>* nocapture %b, i32* nocapture %c) nounwind {
  /external/llvm/test/CodeGen/XCore/
memcpy.ll 32 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/DebugInfo/Generic/
2010-10-01-crash.ll 11 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/Instrumentation/ThreadSanitizer/
read_before_write.ll 5 define void @IncrementMe(i32* nocapture %ptr) nounwind uwtable sanitize_thread {
17 define void @IncrementMeWithCallInBetween(i32* nocapture %ptr) nounwind uwtable sanitize_thread {
  /external/llvm/test/MC/Mips/
sym-offset.ll 26 declare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
  /external/llvm/test/Transforms/DeadStoreElimination/
OverwriteStoreBegin.ll 3 define void @write4to7(i32* nocapture %p) {
16 define void @write0to3(i32* nocapture %p) {
27 define void @write0to7(i32* nocapture %p) {
39 define void @write0to7_2(i32* nocapture %p) {
54 define void @dontwrite0to3_align8(i32* nocapture %p) {
64 define void @dontwrite0to1(i32* nocapture %p) {
75 define void @dontwrite2to9(i32* nocapture %p) {
89 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
  /external/llvm/test/Transforms/FunctionAttrs/
out-of-bounds-iterator-bug.ll 16 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
26 ; CHECK-LABEL: define i32 @caller(i32* nocapture %x)
  /external/llvm/test/Transforms/GVN/
lifetime-simple.ll 19 declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
20 declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
  /external/llvm/test/Transforms/IndVarSimplify/
2012-07-17-lftr-undef.ll 8 declare i32 @printf(i8* noalias nocapture, ...) nounwind
16 %0 = tail call i32 (i8*, ...) @printf(i8* noalias nocapture getelementptr inbounds ([6 x i8], [6 x i8]* @.str3, i64 0, i64 0), i64 %next_iter, i64 %undef)
  /external/llvm/test/Transforms/Inline/
gvn-inline-iteration.ll 7 define i32 @foo(i32 ()** noalias nocapture %p, i64* noalias nocapture %q) nounwind ssp {
inline-invoke-tail.ll 31 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/Transforms/InstCombine/
2007-10-10-EliminateMemCpy.ll 20 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
2011-02-14-InfLoop.ll 10 define <4 x float> @m_387(i8* noalias nocapture %A, i8* nocapture %B, <4 x i1> %C) nounwind {

Completed in 482 milliseconds

<<11121314151617181920>>