/external/llvm/test/Transforms/SLPVectorizer/X86/ |
tiny-tree.ll | 11 define void @tiny_tree_fully_vectorizable(double* noalias nocapture %dst, double* noalias nocapture readonly %src, i64 %count) #0 { 41 define void @tiny_tree_fully_vectorizable2(float* noalias nocapture %dst, float* noalias nocapture readonly %src, i64 %count) #0 { 79 define void @tiny_tree_not_fully_vectorizable(double* noalias nocapture %dst, double* noalias nocapture readonly %src, i64 %count) #0 { 109 define void @tiny_tree_not_fully_vectorizable2(float* noalias nocapture %dst, float* noalias nocapture readonly %src, i64 %count) #0 {
|
/external/clang/test/OpenMP/ |
task_private_codegen.cpp | 77 // LAMBDA: define internal i32 [[TASK_ENTRY]](i32, %{{.+}}* noalias) 114 // BLOCKS: define internal i32 [[TASK_ENTRY]](i32, %{{.+}}* noalias) 206 // CHECK: define internal void [[PRIVATES_MAP_FN:@.+]]([[PRIVATES_MAIN_TY]]* noalias, [[S_DOUBLE_TY]]** noalias, i32** noalias, [2 x [[S_DOUBLE_TY]]]** noalias, [2 x i32]** noalias, i32** noalias) 222 // CHECK: define internal i32 [[TASK_ENTRY]](i32, [[KMP_TASK_MAIN_TY]]* noalias) 247 // CHECK: define internal i32 [[DESTRUCTORS]](i32, [[KMP_TASK_MAIN_TY]]* noalias) [all...] |
/external/clang/test/CodeGen/ |
ppc64-qpx-vector.c | 27 // NORMAL-LABEL: define void @foo2(<4 x double>* noalias sret %agg.result, [2 x i128] %a.coerce, <4 x double>*, [4 x i128] %c.coerce)
|
x86_64-arguments-win32.c | 30 // CHECK-LABEL: define void @f8({ double, double }* noalias sret %agg.result)
|
/external/eigen/Eigen/src/Householder/ |
Householder.h | 125 tmp.noalias() = essential.adjoint() * bottom; 128 bottom.noalias() -= tau * essential * tmp; 162 tmp.noalias() = right * essential.conjugate(); 165 right.noalias() -= tau * tmp * essential.transpose();
|
/external/llvm/test/Analysis/BasicAA/ |
2009-10-13-GEP-BaseNoAlias.ll | 9 ; CHECK: NoAlias: i32* %P, i32* @Z
|
constant-over-index.ll | 12 define void @foo([3 x [3 x double]]* noalias %p) {
|
nocapture.ll | 18 define i32 @test4(i32* noalias nocapture %p) nounwind {
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
constant-over-index.ll | 11 define void @foo([3 x [3 x double]]* noalias %p) {
|
multilevel-combine.ll | 20 %M = alloca %T*, align 8 ; NoAlias with %A, %B, %MS, %AP
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
placement-tbaa.ll | 19 ; Basic AA says MayAlias, TBAA says NoAlias 21 ; CHECK: NoAlias: store i64 %conv, i64* %i5, align 8, !tbaa !6 <-> store i8* null, i8** %p, align 8, !tbaa !9 33 %call = call noalias i8* @_Znwm(i64 8) 96 declare noalias i8* @_Znwm(i64)
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-alloc-no-stack-realign.ll | 8 define void @test(<16 x float>* noalias sret %agg.result) nounwind ssp {
|
/external/llvm/test/CodeGen/ARM/ |
2009-09-28-LdStOptiBug.ll | 6 define void @foo(%0* noalias nocapture sret %agg.result, double %x.0, double %y.0) nounwind {
|
/external/llvm/test/CodeGen/Mips/ |
2008-07-03-SRet.ll | 5 define void @test0(%struct.sret0* noalias sret %agg.result, i32 %dummy) 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 {
|
fsl-e5500.ll | 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocapture %in) nounwind {
|
/external/llvm/test/CodeGen/Thumb/ |
2009-08-20-ISelBug.ll | 43 %12 = call i32 @fread(i8* noalias %val8, i32 8, i32 1, %struct.FILE* noalias %11) nounwind ; <i32> [#uses=1] 64 declare i32 @fread(i8* noalias nocapture, i32, i32, %struct.FILE* noalias nocapture) nounwind
|
/external/llvm/test/CodeGen/X86/ |
2009-02-12-SpillerBug.ll | 4 define hidden void @__mulxc3({ x86_fp80, x86_fp80 }* noalias nocapture sret %agg.result, x86_fp80 %a, x86_fp80 %b, x86_fp80 %c, x86_fp80 %d) nounwind {
|
2010-02-11-NonTemporal.ll | 8 define void @sub_(i32* noalias %n) {
|
2010-08-04-MingWCrash.ll | 28 declare noalias i8* @malloc()
|
fastcc-sret.ll | 5 define fastcc void @bar(%struct.foo* noalias sret %agg.result) nounwind {
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
const-pointers.ll | 8 define void @test1(%t* noalias %pp) {
|
/external/llvm/test/Transforms/GlobalOpt/ |
2010-02-25-MallocPromote.ll | 8 declare noalias i8* @malloc(i32)
|
malloc-promote-1.ll | 16 declare noalias i8* @malloc(i64)
|
malloc-promote-2.ll | 19 declare noalias i8* @malloc(i64)
|