/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/lib/CodeGen/ |
Analysis.cpp | 547 // Noalias is completely benign as far as calling convention goes, it 549 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias); 550 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias);
|
MIRPrinter.cpp | 908 if (AAInfo.NoAlias) { 909 OS << ", !noalias "; 910 AAInfo.NoAlias->printAsOperand(OS, MST);
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
addsub.ll | 260 define void @reorder_alt_rightsubTree(double* nocapture %c, double* noalias nocapture readonly %a, double* noalias nocapture readonly %b, double* noalias nocapture readonly %d) {
|
/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 | 312 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/include/llvm/IR/ |
LLVMContext.h | 57 MD_noalias = 8, // "noalias",
|
/external/llvm/test/Bitcode/ |
miscInstructions.3.2.ll | 171 declare i32 @printf(i8* noalias nocapture, ...)
|
/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], [15 x i8]* @_2E_str, i64 0, i64 0), i32 %6) nounwind ; <i32> [#uses=0]
|
fast-isel-x86-64.ll | 294 define void @test23(i8* noalias sret %result) {
|
musttail-indirect.ll | 86 define x86_thiscallcc void @j_thunk(%struct.A* noalias sret %agg.result, %struct.B* %this, i32) {
|
/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" !dbg !4 {
|
/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)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-ecoff.c | 229 .extern, .galive, .gjaldef, .gjrlive, .livereg, .noalias, .option,
|
/external/clang/test/CodeGen/ |
c11atomics-ios.c | 206 // CHECK-LABEL: @test_promoted_load(%struct.PS* noalias sret %agg.result, { %struct.PS, [2 x i8] }* %addr) 248 // CHECK-LABEL: @test_promoted_exchange(%struct.PS* noalias sret %agg.result, { %struct.PS, [2 x i8] }* %addr, %struct.PS* %val)
|
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 298 NoAlias<Derived,Eigen::MatrixBase > noalias();
|
/external/eigen/Eigen/src/LU/ |
PartialPivLU.h | 284 lu.bottomRightCorner(rrows,rcols).noalias() -= lu.col(k).tail(rrows) * lu.row(k).tail(rcols); 370 A22.noalias() -= A21 * A12;
|
/external/llvm/test/CodeGen/PowerPC/ |
qpx-unal-cons-lds.ll | 6 define void @foo(double* noalias nocapture %a, double* noalias nocapture readonly %b) #0 {
|
/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 378 // TODO: Add support for noalias args/all the other fun function attributes 837 // that it exists so we can potentially answer NoAlias. [all...] |
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 261 // Replace sret attribute with noalias. This reduces register pressure by 268 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias)); 275 .addAttribute(F->getContext(), ArgNo + 1, Attribute::NoAlias)); [all...] |