/external/llvm/test/CodeGen/X86/ |
atomic_add.ll | 6 define void @sub1(i32* nocapture %p, i32 %v) nounwind ssp { 14 define void @inc4(i64* nocapture %p) nounwind ssp { 24 define void @add8(i64* nocapture %p) nounwind ssp { 32 define void @add4(i64* nocapture %p, i32 %v) nounwind ssp { 41 define void @inc3(i8* nocapture %p) nounwind ssp { 51 define void @add7(i8* nocapture %p) nounwind ssp { 59 define void @add3(i8* nocapture %p, i32 %v) nounwind ssp { 68 define void @inc2(i16* nocapture %p) nounwind ssp { 78 define void @add6(i16* nocapture %p) nounwind ssp { 86 define void @add2(i16* nocapture %p, i32 %v) nounwind ssp [all...] |
init-priority.ll | 21 define linkonce_odr void @_ZN1CC1Ev(%class.C* nocapture %this) { 26 define linkonce_odr void @_ZN1DC1Ev(%class.D* nocapture %this) { 31 define linkonce_odr void @_ZN1DC2Ev(%class.D* nocapture %this) { 36 define linkonce_odr void @_ZN1CC2Ev(%class.C* nocapture %this) {
|
shift-i128.ll | 4 define void @t(i128 %x, i128 %a, i128* nocapture %r) nounwind {
|
shift-i256.ll | 4 define void @t(i256 %x, i256 %a, i256* nocapture %r) nounwind readnone {
|
small-byval-memcpy.ll | 5 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) 7 define void @copy16bytes(i8* nocapture %a, i8* nocapture readonly %b) {
|
/external/llvm/test/Analysis/ScalarEvolution/ |
trip-count3.ll | 19 declare void @sha_init(%struct.SHA_INFO* nocapture) nounwind 21 declare fastcc void @sha_transform(%struct.SHA_INFO* nocapture) nounwind 23 declare void @sha_print(%struct.SHA_INFO* nocapture) nounwind 25 declare i32 @printf(i8* nocapture, ...) nounwind 27 declare void @sha_final(%struct.SHA_INFO* nocapture) nounwind 29 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind 31 declare i64 @fread(i8* noalias nocapture, i64, i64, %struct.FILE* noalias nocapture) nounwind 33 declare i32 @main(i32, i8** nocapture) nounwin [all...] |
/external/llvm/test/CodeGen/ARM/ |
2011-10-26-memset-with-neon.ll | 6 define void @f_0_40(i8* nocapture %c) nounwind optsize { 12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
|
fast-isel-ldr-str-thumb-neg-index.ll | 3 define i32 @t1(i32* nocapture %ptr) nounwind readonly { 12 define i32 @t2(i32* nocapture %ptr) nounwind readonly { 21 define i32 @t3(i32* nocapture %ptr) nounwind readonly { 30 define zeroext i16 @t4(i16* nocapture %ptr) nounwind readonly { 39 define zeroext i16 @t5(i16* nocapture %ptr) nounwind readonly { 48 define zeroext i16 @t6(i16* nocapture %ptr) nounwind readonly { 57 define zeroext i8 @t7(i8* nocapture %ptr) nounwind readonly { 66 define zeroext i8 @t8(i8* nocapture %ptr) nounwind readonly { 75 define zeroext i8 @t9(i8* nocapture %ptr) nounwind readonly { 84 define void @t10(i32* nocapture %ptr) nounwind [all...] |
/external/llvm/test/CodeGen/Mips/ |
2012-12-12-ExpandMemcpy.ll | 11 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
swzero.ll | 5 define void @zero_u(%struct.unaligned* nocapture %p) nounwind { 14 define void @zero_a(i32* nocapture %p) nounwind {
|
indirectcall.ll | 3 define void @foo0(void (i32)* nocapture %f1) nounwind {
|
/external/llvm/test/Object/ |
mangle-ir.ll | 14 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1)
|
/external/llvm/test/Verifier/ |
recursive-struct-param.ll | 14 declare i32 @fputs(i8* nocapture, %struct.__sFILE* nocapture)
|
/external/llvm/test/Transforms/Inline/ |
noalias-calls.ll | 5 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #0 8 define void @hello(i8* noalias nocapture %a, i8* noalias nocapture readonly %c, i8* nocapture %b) #1 { 19 define void @foo(i8* nocapture %a, i8* nocapture readonly %c, i8* nocapture %b) #1 { 25 ; CHECK: define void @foo(i8* nocapture %a, i8* nocapture readonly %c, i8* nocapture %b) #1 [all...] |
inline-invoke-tail.ll | 11 declare void @llvm.memcpy.i32(i8* nocapture, i8* nocapture, i32, i32) nounwind 33 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/chromium-trace/trace-viewer/third_party/WebOb/ |
setup.cfg | 10 nocapture = True
|
/external/clang/test/CodeGen/ |
mips64-nontrivial-return.cpp | 13 // CHECK: _Z4foo1v(%class.D* noalias nocapture sret
|
/external/llvm/test/Analysis/BasicAA/ |
nocapture.ll | 3 declare i32* @test(i32* nocapture) 10 store i32 4, i32* %Q ;; cannot clobber P since it is nocapture. 18 define i32 @test4(i32* noalias nocapture %p) nounwind { 26 ; Here test3 might store %p to %q. This doesn't violate %p's nocapture
|
/external/llvm/test/CodeGen/ARM/Windows/ |
no-aeabi.ll | 3 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 4 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/CodeGen/PowerPC/ |
fsl-e500mc.ll | 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocapture %in) nounwind { 22 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
fsl-e5500.ll | 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocapture %in) nounwind { 22 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
pwr7-gt-nop.ll | 6 define void @foo(float* nocapture %a, float* nocapture %b, float* nocapture readonly %c, float* nocapture %d) #0 {
|
/external/llvm/test/CodeGen/Thumb/ |
stack-coloring-without-frame-ptr.ll | 25 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 27 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind 29 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
anonymous_globals.ll | 13 define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
|
private_linkage.ll | 8 define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
|