/external/eigen/test/ |
product_symm.cpp | 71 VERIFY_IS_APPROX(rhs12.noalias() += s1 * ((m2.adjoint()).template selfadjointView<Lower>() * (s2*rhs3).conjugate()),
|
cholesky.cpp | 127 m2.noalias() += symmLo.template selfadjointView<Lower>().llt().solve(matB); 130 m2.noalias() -= symmLo.template selfadjointView<Lower>().llt().solve(matB);
|
/external/eigen/unsupported/test/ |
matrix_power.cpp | 99 m5.noalias() = m2 * m3;
|
/external/llvm/include/llvm/Analysis/ |
CFLAliasAnalysis.h | 65 // TODO: ConstantExpr handling -- CFLAA may report NoAlias when comparing
|
/external/llvm/include/llvm/IR/ |
Argument.h | 88 /// \brief Return true if this argument has the noalias attribute on it in its
|
/external/llvm/test/CodeGen/ARM/ |
2008-04-04-ScavengerAssert.ll | 63 declare noalias i8* @malloc(i32)
|
thumb1-varalloc.ll | 43 declare noalias i8* @strdup(i8* nocapture) nounwind
|
/external/llvm/test/CodeGen/PowerPC/ |
resolvefi-disp.ll | 23 define void @check2760(%struct.S2760* noalias sret %agg.result, %struct.S2760* byval align 16, %struct.S2760* %arg1, %struct.S2760* byval align 16) {
|
unal-altivec2.ll | 6 define void @foo(float* noalias nocapture %x, float* noalias nocapture readonly %y) #0 {
|
/external/llvm/test/DebugInfo/AArch64/ |
frameindices.ll | 50 %call = tail call noalias i8* @_Znwm(i64 %0) #5, !dbg !53 63 declare noalias i8* @_Znwm(i64) #2 78 %call.i = tail call noalias i8* @_Znwm(i64 %2) #5, !dbg !68 106 %call.i.i5 = invoke noalias i8* @_Znwm(i64 %2) #5
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
dominate-assert.ll | 18 %v3 = invoke noalias i8* @_Znwm()
|
/external/llvm/test/Transforms/LoopUnroll/ |
full-unroll-heuristics.ll | 42 define i32 @foo(i32* noalias nocapture readonly %src) {
|
/external/llvm/test/Transforms/LoopVectorize/ |
flags.ll | 62 define float @fast_math(float* noalias %s) {
|
/external/llvm/test/Transforms/SLPVectorizer/ARM/ |
sroa.ll | 15 define void @SROAed(%class.Complex* noalias nocapture sret %agg.result, [4 x i32] %a.coerce, [4 x i32] %b.coerce) {
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 50 syn keyword llvmKeyword noalias nocapture noimplicitfloat noinline nonlazybind
|
/external/clang/test/OpenMP/ |
for_reduction_codegen.cpp | 66 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}) 127 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}) 208 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}}, float* dereferenceable(4) %{{.+}}, [[S_FLOAT_TY]]* dereferenceable(4) %{{.+}}, [[S_FLOAT_TY]]* dereferenceable(4) %{{.+}}, float* dereferenceable(4) %{{.+}}, [2 x i32]* dereferenceable(8) %vec, [2 x [[S_FLOAT_TY]]]* dereferenceable(8) %{{.+}}) 465 // CHECK: define internal void [[MAIN_MICROTASK1]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}}, i64 %{{.+}}, i64 %{{.+}}, i32* nonnull %{{.+}}, [2 x i32]* dereferenceable(8) %{{.+}}, [10 x [4 x [[S_FLOAT_TY]]]]* dereferenceable(160) %{{.+}}) [all...] |
/external/eigen/Eigen/src/Geometry/ |
Transform.h | 442 res.linear().noalias() = a*b.linear(); 443 res.translation().noalias() = a*b.translation(); 785 linearExt().noalias() = (linearExt() * other.asDiagonal()); [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-10-15-CoalescerCrash.ll | 261 declare i32 @fputs_unlocked(i8* noalias , %struct._IO_FILE* noalias ) 263 declare i32 @fprintf(%struct._IO_FILE* noalias , i8* noalias , ...) 365 %tmp1178 = tail call i32 (%struct._IO_FILE* , i8* , ...) @fprintf( %struct._IO_FILE* noalias %file , i8* getelementptr ([49 x i8], [49 x i8]* @.str32, i32 0, i64 0) , i32 %tmp11741175, i32 0 ) ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/LoopIdiom/ |
basic.ll | 473 define noalias i32* @test17(i32* nocapture readonly %a, i32 %c) { 477 %call = tail call noalias i8* @malloc(i64 %mul) 506 declare noalias i8* @malloc(i64) 514 define void @test18(i32* noalias nocapture %a, i32* noalias nocapture readonly %b) #0 {
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixPower.h | 431 { res.noalias() = U * (T.template triangularView<Upper>() * U.adjoint()); } 439 { res.noalias() = (U * (T.template triangularView<Upper>() * U.adjoint())).real(); }
|
/external/llvm/test/Transforms/Inline/ |
devirtualize.ll | 8 define i32 @foo(i32 ()** noalias %p, i64* noalias %q) nounwind ssp {
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
phi.ll | 70 define i32 @foo2(double* noalias nocapture %B, double* noalias nocapture %A, i32 %n, i32 %m) #0 {
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_test.cc | 85 H.noalias() += J.transpose() * J;
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 132 // CHECK: define arm_aapcs_vfpcc void @test_vfp_stack_gpr_split_3(%struct.struct_long_long_int* noalias sret %agg.result, double %a, double %b, double %c, double %d, double %e, double %f, double %g, double %h, double %i, [2 x i64] %k.coerce)
|
sparcv9-abi.c | 56 // CHECK-LABEL: define void @f_large(%struct.large* noalias sret %agg.result, %struct.large* %x)
|