/frameworks/rs/driver/runtime/ll64/ |
allocation.ll | 446 define void @rsGetElementAtImpl_long3(<3 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 464 define void @rsGetElementAtImpl_long4(<4 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 512 define void @rsGetElementAtImpl_ulong3(<3 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 530 define void @rsGetElementAtImpl_ulong4(<4 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 642 define void @rsGetElementAtImpl_double3(<3 x double>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 659 define void @rsGetElementAtImpl_double4(<4 x double>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 668 define void @__rsAllocationVLoadXImpl_long4(<4 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { 675 define void @__rsAllocationVLoadXImpl_long3(<3 x i64>* noalias nocapture sret %agg.result, %struct.rs_allocation* nocapture readonly %a, i32 %x, i32 %y, i32 %z) #1 { [all...] |
/external/llvm/docs/ |
AliasAnalysis.rst | 110 returns MustAlias, PartialAlias, MayAlias, or NoAlias as appropriate. 121 The ``NoAlias`` response may be used when there is never an immediate dependence 129 As an exception to this is with the :ref:`noalias <noalias>` keyword; 292 return NoAlias;
|
/external/llvm/test/CodeGen/Thumb2/ |
constant-islands.ll | 55 declare noalias i8* @_Znwm(i32) [all...] |
2009-09-01-PostRAProlog.ll | 104 declare noalias i8* @calloc(i32, i32) nounwind
|
/external/llvm/test/Transforms/InstSimplify/ |
compare.ll | 698 ; Don't assume that a noalias argument isn't equal to a global variable's 699 ; address. This is an example where AliasAnalysis' NoAlias concept is 703 define zeroext i1 @external_compare(i32* noalias %x) {
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 76 template<typename ExpressionType, template <typename> class StorageBase > class NoAlias;
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexEigenSolver.h | 304 m_eivec.noalias() = m_schur.matrixU() * m_matX;
|
/external/eigen/test/ |
ref.cpp | 142 rm5.noalias() = rm4.transpose() * mat3;
|
/external/llvm/include/llvm/Analysis/ |
MemoryBuiltins.h | 43 /// NoAlias pointer (including malloc/calloc/realloc/strdup-like functions).
|
/external/llvm/test/CodeGen/ARM/ |
2012-01-26-CopyPropKills.ll | 118 declare arm_aapcs_vfpcc void @bar(i8* noalias nocapture sret, [8 x i64]) nounwind uwtable inlinehint
|
vmov.ll | 173 define void @vdupn128(%struct.int8x8_t* noalias nocapture sret %agg.result) nounwind { 182 define void @vdupnneg75(%struct.int8x8_t* noalias nocapture sret %agg.result) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
cmov.ll | 111 %7 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([15 x i8]* @_2E_str, i64 0, i64 0), i32 %6) nounwind ; <i32> [#uses=0]
|
fast-isel-x86-64.ll | 296 define void @test23(i8* noalias sret %result) {
|
/external/llvm/test/DebugInfo/X86/ |
dbg_value_direct.ll | 26 define void @_Z4funci(%struct.A* noalias sret %agg.result, i32) #0 "stack-protector-buffer-size"="1" {
|
parameters.ll | 43 define void @_ZN7pr147634funcENS_3fooE(%"struct.pr14763::foo"* noalias sret %agg.result, %"struct.pr14763::foo"* %f) #0 {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
reg-notes.def | 104 REG_NOTE (NOALIAS)
|
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 304 NoAlias<Derived,Eigen::MatrixBase > noalias();
|
/external/eigen/Eigen/src/LU/ |
PartialPivLU.h | 278 lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); 364 A22.noalias() -= A21 * A12;
|
/external/llvm/lib/Analysis/IPA/ |
GlobalsModRef.cpp | 500 return NoAlias; 531 return NoAlias;
|
/art/compiler/dex/quick/mips/ |
target_mips.cc | 324 strcat(buf, "noalias ");
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 250 // CHECK: call noalias i8* @_Znw{{[jm]}}
|
microsoft-abi-dynamic-cast.cpp | 10 // CHECK-LABEL: define noalias %struct.T* @"\01?test0@@YAPAUT@@XZ"()
|
/external/eigen/Eigen/ |
Core | 292 #include "src/Core/NoAlias.h"
|
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 285 if (k>0 && rs>0) A21.noalias() -= A20 * A10.adjoint();
|
/external/llvm/ |
CREDITS.TXT | 238 D: aligned load/store support, parts of noalias and restrict support
|