HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 401 - 425 of 634) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
regalloc-reconcile-broken-hints.ll 17 declare noalias i32* @copy_data()
19 declare noalias i8* @malloc(i64)
25 declare noalias i32* @make_data()
remat-fold-load.ll 40 %call4.i.i.i.i68 = call noalias i8* @malloc(i32 undef) nounwind
67 %call4.i.i.i.i89 = call noalias i8* @malloc(i32 %tmp10) nounwind
143 declare noalias i8* @malloc(i32) nounwind
2010-02-23-RematImplicitSubreg.ll 14 define noalias i8* @foo() nounwind ssp {
2010-09-30-CMOV-JumpTable-PHI.ll 19 define hidden zeroext i8 @f(i8* %this, i8* %Name.0, i32 %Name.1, i8* noalias %NameLoc, i8* %Operands) nounwind align 2 {
avx512-mask-bugfix.ll 14 define void @foo(float* noalias %aFOO, float %b, i32 %a) {
  /external/llvm/test/Transforms/BBVectorize/
loop1.ll 7 define void @test1(double* noalias %out, double* noalias %in1, double* noalias %in2) nounwind uwtable {
  /external/llvm/test/Transforms/LoopVectorize/
memdep.ll 200 define void @nostoreloadforward2(i32* noalias %A, i32* noalias %B, i32* noalias %C) {
  /external/ceres-solver/cmake/
config.h.in 79 // If defined Ceres was compiled for Android with noalias() removed from
  /external/clang/test/CodeGen/
armv7k-abi.c 43 // CHECK: define void @return_big_struct_indirect(%struct.BigStruct* noalias sret
mips64-padding-arg.c 36 // N64-LABEL: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
x86_32-arguments-iamcu.c 51 // CHECK-LABEL: define void @retLargeStruct(%struct.st12_t* inreg noalias sret %agg.result, i32 inreg %i1, i32 %r.0, i32 %r.1, i32 %r.2)
  /external/clang/test/CodeGenCXX/
microsoft-abi-byval-sret.cpp 52 // CHECK: (%struct.B* inreg %this, %struct.A* inreg noalias sret %agg.result, <{ %struct.A }>* inalloca)
  /external/clang/test/Parser/
MicrosoftExtensions.c 8 __declspec(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx(void *_Memory); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} */
  /external/eigen/bench/
product_threshold.cpp 41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
  /external/eigen/doc/
A05_PortingFrom2To3.dox 249 \section LazyVsNoalias Lazy evaluation and noalias
253 easy to determine where to put the lazy() function. In Eigen3, the lazy() feature has been superseded by the MatrixBase::noalias() function
258 c.noalias() += 2 * a.transpose() * b;
260 However, the noalias mechanism does not cover all the features of the old .lazy(). Indeed, in some extremely rare cases,
  /external/llvm/bindings/go/llvm/
ir_test.go 64 {NoAliasAttribute, "noalias"},
  /external/llvm/bindings/python/llvm/
enumerations.py 40 ('NoAlias', 1 << 6),
  /external/llvm/test/Analysis/BasicAA/
sequential-gep.ll 4 ; CHECK: NoAlias: i32* %gep1, i32* %gep2
  /external/llvm/test/CodeGen/ARM/
2009-11-01-NeonMoves.ll 8 define arm_aapcs_vfpcc void @bar(%foo* noalias sret %agg.result, <4 x float> %quat.0) nounwind {
2009-12-02-vtrn-undef.ll 9 define void @t(%struct.int16x8x2_t* noalias nocapture sret %agg.result, <8 x i16> %tmp.0, %struct.int16x8x2_t* nocapture %dst) nounwind {
  /external/llvm/test/CodeGen/PowerPC/
ppc64-smallarg.ll 16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byval nocapture readnone %pad, %struct.small_arg* byval nocapture readonly %x) {
ppc64le-smallarg.ll 16 define void @callee1(%struct.small_arg* noalias nocapture sret %agg.result, %struct.large_arg* byval nocapture readnone %pad, %struct.small_arg* byval nocapture readonly %x) {
  /external/llvm/test/CodeGen/SPARC/
setjmp.ll 50 %9 = call i32 (i8*, ...) @printf(i8* noalias getelementptr inbounds ([30 x i8], [30 x i8]* @.cst, i32 0, i32 0), i32 %8) #0
  /external/llvm/test/DebugInfo/Generic/
restrict.ll 20 define void @_Z3fooPv(i8* noalias %dst) #0 !dbg !4 {
  /external/llvm/test/Transforms/BBVectorize/X86/
sh-rec.ll 52 declare noalias i8* @malloc() nounwind

Completed in 736 milliseconds

<<11121314151617181920>>