Searched
full:nocapture (Results
426 -
450 of
2128) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/X86/ |
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 {
|
shift-i256.ll | 6 define void @shift1(i256 %x, i256 %a, i256* nocapture %r) nounwind readnone {
|
x32-function_pointer-2.ll | 13 define void @bar(i8* %h, void (i8*)* nocapture %foo) nounwind {
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-ptr-reloc-sm-pic.ll | 9 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
|
test-ptr-reloc.ll | 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
test-ptr-reloc.ll | 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
|
/external/llvm/test/ExecutionEngine/ |
frem.ll | 10 declare i32 @printf(i8* nocapture, ...) nounwind
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
external_mask.ll | 5 define i32 @test(i32 %a, i32* nocapture readonly %b) #0 {
|
/external/llvm/test/Object/Inputs/ |
trivial.ll | 10 declare i32 @puts(i8* nocapture) nounwind
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
srem.ll | 6 define void @h(i32* nocapture %p, i32 %x) local_unnamed_addr #0 {
|
/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 {
|
parallel-loop-md.ll | 6 define void @Body(i32* nocapture %res, i32* nocapture readnone %c, i32* nocapture readonly %d, i32* nocapture readonly %p, i32 %i) #0 {
|
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
kryo-large-stride.ll | 7 define void @small_stride(double* nocapture %a, double* nocapture readonly %b) { 30 define void @large_stride(double* nocapture %a, double* nocapture readonly %b) {
|
large-stride.ll | 8 define void @small_stride(double* nocapture %a, double* nocapture readonly %b) { 31 define void @large_stride(double* nocapture %a, double* nocapture readonly %b) {
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
loop-vectorization-factors.ll | 11 define void @add_a(i8* noalias nocapture readonly %p, i8* noalias nocapture %q, i32 %len) #0 { 39 define void @add_b(i16* noalias nocapture readonly %p, i16* noalias nocapture %q, i32 %len) #0 { 67 define void @add_c(i8* noalias nocapture readonly %p, i16* noalias nocapture %q, i32 %len) #0 { 94 define void @add_d(i16* noalias nocapture readonly %p, i32* noalias nocapture %q, i32 %len) #0 { 126 define void @add_e(i8* noalias nocapture readonly %p, i8* noalias nocapture %q, i8 %arg1, i8 %arg2, i32 %len) #0 [all...] |
/external/llvm/test/Transforms/LoopVectorize/X86/ |
conversion-cost.ll | 9 define i32 @conversion_cost1(i32 %n, i8* nocapture %A, float* nocapture %B) nounwind uwtable ssp { 30 define i32 @conversion_cost2(i32 %n, i8* nocapture %A, float* nocapture %B) nounwind uwtable ssp {
|
/external/llvm/test/Transforms/LoopVectorize/ |
float-reduction.ll | 8 define float @foo(float* nocapture %A, i32* nocapture %n) nounwind uwtable readonly ssp { 30 define float @foosub(float* nocapture %A, i32* nocapture %n) nounwind uwtable readonly ssp {
|
/external/llvm/test/Transforms/MemCpyOpt/ |
profitable-memset.ll | 9 define void @foo(i64* nocapture %P) {
|
/external/llvm/test/Transforms/SROA/ |
pr26972.ll | 17 declare void @llvm.lifetime.end(i64, i8* nocapture)
|
/external/llvm/test/Transforms/SimplifyCFG/ |
combine-parallel-mem-md.ll | 6 define void @Test(i32* nocapture %res, i32* nocapture readnone %c, i32* nocapture readonly %d, i32* nocapture readonly %p) #0 {
|
Completed in 318 milliseconds
<<11121314151617181920>>