/external/clang/test/OpenMP/ |
task_codegen.cpp | 235 // CHECK: define internal i32 [[TASK_ENTRY1]](i32, [[KMP_TASK_T]]{{.*}}* noalias) 242 // CHECK: define internal i32 [[TASK_ENTRY2]](i32, [[KMP_TASK_T]]{{.*}}* noalias) 245 // CHECK: define internal i32 [[TASK_ENTRY3]](i32, [[KMP_TASK_T]]{{.*}}* noalias) 248 // CHECK: define internal i32 [[TASK_ENTRY4]](i32, [[KMP_TASK_T]]{{.*}}* noalias) 251 // CHECK: define internal i32 [[TASK_ENTRY5]](i32, [[KMP_TASK_T]]{{.*}}* noalias)
|
/external/llvm/lib/Analysis/ |
AliasAnalysis.cpp | 541 /// isNoAliasCall - Return true if this pointer is returned by a noalias 545 return CS.paramHasAttr(0, Attribute::NoAlias); 549 /// isNoAliasArgument - Return true if this is an argument with the noalias 562 /// ByVal and NoAlias Arguments 563 /// NoAlias returns
|
/external/llvm/test/Bitcode/ |
compatibility-3.6.ll | 388 declare noalias i32* @f.noalias() 389 ; CHECK: declare noalias i32* @f.noalias() 412 declare void @f.param.noalias(i8* noalias) 413 ; CHECK: declare void @f.param.noalias(i8* noalias) [all...] |
compatibility-3.7.ll | 388 declare noalias i32* @f.noalias() 389 ; CHECK: declare noalias i32* @f.noalias() 418 declare void @f.param.noalias(i8* noalias) 419 ; CHECK: declare void @f.param.noalias(i8* noalias) [all...] |
/external/llvm/test/CodeGen/ARM/ |
sjlj-prepare-critical-edge.ll | 9 define noalias i8* @foo(i8* nocapture %inRefURL) noreturn ssp personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*) { 97 %call.i.i.i14.i.i = invoke noalias i8* @_Znwm(i32 1024) 183 declare noalias i8* @_Znwm(i32)
|
2010-08-04-StackVariable.ll | 6 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp !dbg !17 { 67 %8 = call i32 @_Z3fooi4SVal(i32 2, %struct.SVal* noalias %0) nounwind, !dbg !43 ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/X86/ |
misched-matrix.ll | 89 define void @mmult([4 x i32]* noalias nocapture %m1, [4 x i32]* noalias nocapture %m2, 90 [4 x i32]* noalias nocapture %m3) nounwind uwtable ssp {
|
select.ll | 248 declare noalias i8* @_Znam(i64) noredzone 250 define noalias i8* @test12(i64 %count) nounwind ssp noredzone { 256 %call = tail call noalias i8* @_Znam(i64 %D) nounwind noredzone
|
sibcall.ll | 304 define void @t15(%struct.foo* noalias sret %agg.result) nounwind { 316 tail call fastcc void @f(%struct.foo* noalias sret %agg.result) nounwind 320 declare void @f(%struct.foo* noalias sret) nounwind
|
2010-08-04-StackVariable.ll | 6 define i32 @_Z3fooi4SVal(i32 %i, %struct.SVal* noalias %location) nounwind ssp !dbg !17 { 67 %8 = call i32 @_Z3fooi4SVal(i32 2, %struct.SVal* noalias %0) nounwind, !dbg !43 ; <i32> [#uses=0]
|
win32_sret.ll | 81 define void @sret4(%struct.S4* noalias sret %agg.result) { 105 define x86_thiscallcc void @"\01?foo@C5@@QAE?AUS5@@XZ"(%struct.S5* noalias sret %agg.result, %class.C5* %this) {
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
masked_load_store.ll | 515 define void @foo7(double* noalias %out, double** noalias %in, i8* noalias %trigger, i32 %size) #0 { 587 define void @foo8(double* noalias %out, i32 ()** noalias %in, i8* noalias %trigger, i32 %size) #0 {
|
/external/llvm/include/llvm/IR/ |
Metadata.h | 551 : TBAA(T), Scope(S), NoAlias(N) {} 554 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias; 559 explicit operator bool() const { return TBAA || Scope || NoAlias; } 564 /// \brief The tag for alias scope specification (used with noalias). 567 /// \brief The tag specifying the noalias scope. 568 MDNode *NoAlias; 585 DenseMapInfo<MDNode *>::getHashValue(Val.NoAlias); [all...] |
/external/llvm/test/Analysis/BasicAA/ |
modref.ll | 120 define i8 @test6(i8* %p, i8* noalias %a) { 168 define i32 @test9(i32* %P, i32* noalias %P2) {
|
/external/llvm/test/CodeGen/AArch64/ |
aarch64-addv.ll | 55 define i32 @oversized_ADDV_256(i8* noalias nocapture readonly %arg1, i8* noalias nocapture readonly %arg2) {
|
/external/llvm/test/CodeGen/AMDGPU/ |
merge-stores.ll | 652 define void @copy_v3i32_align4(<3 x i32> addrspace(1)* noalias %out, <3 x i32> addrspace(1)* noalias %in) #0 { 668 define void @copy_v3i64_align4(<3 x i64> addrspace(1)* noalias %out, <3 x i64> addrspace(1)* noalias %in) #0 { 684 define void @copy_v3f32_align4(<3 x float> addrspace(1)* noalias %out, <3 x float> addrspace(1)* noalias %in) #0 { 701 define void @copy_v3f64_align4(<3 x double> addrspace(1)* noalias %out, <3 x double> addrspace(1)* noalias %in) #0 {
|
/external/llvm/test/Transforms/GVN/ |
nonescaping-malloc.ll | 36 declare noalias i8* @malloc(i64) nounwind 67 %tmp.i20.i.i = tail call noalias i8* @malloc(i64 %tmp8.i.i) nounwind
|
/external/llvm/test/Transforms/JumpThreading/ |
landing-pad.ll | 47 %call = call noalias i8* @_Znwm() #8 110 declare noalias i8* @_Znwm()
|
/external/llvm/test/Transforms/LoopReroll/ |
reroll_with_dbg.ll | 14 define void @foo(float* noalias nocapture %a, float* noalias nocapture readonly %b, i32 %n) #0 !dbg !4 {
|
/external/llvm/utils/ |
llvm.grm | 140 | noalias 152 | noalias
|
/external/ceres-solver/internal/ceres/ |
block_jacobi_preconditioner.cc | 87 col_block_size).noalias() += m.transpose() * m;
|
/external/clang/test/CodeGen/ |
systemz-inline-asm.c | 126 // CHECK: define void @test_f128(fp128* noalias nocapture sret [[DEST:%.*]], fp128* nocapture readonly, fp128* nocapture readonly)
|
/external/clang/test/CodeGenCXX/ |
lambda-expressions.cpp | 112 // CHECK-LABEL: define internal void @"_ZZ1hvEN3$_98__invokeEv"(%struct.A* noalias sret %agg.result) {{.*}} {
|
static-init.cpp | 29 // CHECK: call noalias i8* @_Znwm(i64 1)
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Transform.h | 627 scaling->noalias() = svd.matrixV() * sv.asDiagonal() * svd.matrixV().adjoint(); 633 rotation->noalias() = m * svd.matrixV().adjoint(); 658 scaling->noalias() = svd.matrixU() * sv.asDiagonal() * svd.matrixU().adjoint(); 664 rotation->noalias() = m * svd.matrixV().adjoint();
|