/external/llvm/test/Transforms/InstSimplify/ |
compare.ll | 730 ; Don't assume that a noalias argument isn't equal to a global variable's 731 ; address. This is an example where AliasAnalysis' NoAlias concept is 735 define zeroext i1 @external_compare(i32* noalias %x) {
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-dynamic-cast.cpp | 10 // CHECK-LABEL: define noalias %struct.T* @"\01?test0@@YAPAUT@@XZ"()
|
cxx0x-initializer-stdinitializerlist.cpp | 252 // CHECK: call noalias i8* @_Znw{{[jm]}}
|
/external/clang/test/OpenMP/ |
task_if_codegen.cpp | 31 // CHECK: define internal void [[GTID_TEST_REGION1]](i32* noalias [[GTID_PARAM:%.+]], i
|
/external/eigen/Eigen/ |
Core | 292 #include "src/Core/NoAlias.h"
|
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 291 if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint();
|
LDLT.h | 322 A21.noalias() -= A20 * temp.head(k);
|
/external/llvm/ |
CREDITS.TXT | 243 D: aligned load/store support, parts of noalias and restrict support
|
/external/llvm/include/llvm/IR/ |
CallSite.h | 295 /// @brief Determine if the parameter or return value is marked with NoAlias
|
/external/llvm/lib/IR/ |
Attributes.cpp | 219 if (hasAttribute(Attribute::NoAlias)) 220 return "noalias"; 415 case Attribute::NoAlias: return 1 << 6; [all...] |
Function.cpp | 137 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on 142 hasAttribute(getArgNo()+1, Attribute::NoAlias); [all...] |
/external/llvm/test/Bindings/OCaml/ |
core.ml | 751 add_param_attr p2 Attribute.Noalias; 752 remove_param_attr p2 Attribute.Noalias; [all...] |
/external/llvm/test/CodeGen/Thumb/ |
2010-07-15-debugOrdering.ll | 10 define void @_Z19getClosestDiagonal3ii(%0* noalias sret, i32, i32) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
fp128-i128.ll | 284 define void @TestCopySign({ fp128, fp128 }* noalias nocapture sret %agg.result, { fp128, fp128 }* byval nocapture readonly align 16 %z) #0 {
|
/external/llvm/test/Transforms/ScalarRepl/ |
crash.ll | 252 declare noalias i8* @malloc(i32)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_mingw.h | 159 #define __MINGW_ATTRIB_MALLOC __declspec(noalias) __declspec(restrict)
|
/external/clang/test/CodeGen/ |
c11atomics.c | 371 // CHECK-LABEL: @test_promoted_load(%struct.PS* noalias sret %agg.result, { %struct.PS, [2 x i8] }* %addr) 414 // CHECK-LABEL: @test_promoted_exchange(%struct.PS* noalias sret %agg.result, { %struct.PS, [2 x i8] }* %addr, %struct.PS* %val)
|
arm64-arguments.c | 184 // CHECK: define void @f1_2(<8 x float>* noalias sret %{{.*}}, <8 x float>*) 186 // CHECK: define void @f1_3(<16 x float>* noalias sret %{{.*}}, <16 x float>*)
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 243 // Check that noalias arguments don't alias other arguments. This is 251 "Unusual: noalias argument aliases another argument", &I);
|
MemoryDependenceAnalysis.cpp | 487 // forwarding, but any mayalias write can be assumed to be noalias. 576 if (R == NoAlias) { 613 if (R == NoAlias) 664 if (R == NoAlias) 689 if (AA->alias(Inst, AccessPtr) != NoAlias) [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 92 | Noalias 753 | Attribute.Noalias -> Int32.shift_left 1l 6 789 checkattr Attribute.Noalias; [all...] |
/external/llvm/test/Analysis/DependenceAnalysis/ |
Preliminary.ll | 30 define i32 @p1(i32 %n, i32* noalias %A, i32* noalias %B) nounwind uwtable ssp {
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-ScavengerAssert.ll | 72 declare noalias i8* @calloc(i32, i32) nounwind 382 %77 = call noalias i8* @calloc(i32 1020, i32 4) nounwind ; <i8*> [#uses=1]
|
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/eigen/Eigen/src/Eigenvalues/ |
EigenSolver.h | 600 m_tmp.noalias() = m_eivec.leftCols(j+1) * m_matT.col(j).segment(0, j+1);
|