/external/llvm/test/Transforms/SLPVectorizer/X86/ |
odd_store.ll | 20 define i32 @foo(i8* noalias nocapture %A, float* noalias nocapture %B, float %T) {
|
horizontal.ll | 82 define i32 @mul_red(float* noalias %A, float* noalias %B, i32 %n) { 154 define i32 @long_red(float* noalias %A, float* noalias %B, i32 %n) { 256 define i32 @chain_red(float* noalias %A, float* noalias %B, i32 %n) { 323 define i32 @store_red(float* noalias %A, float* noalias %B, float* noalias %C, i32 %n) { 386 define void @store_red_double(double* noalias %A, double* noalias %B, double* noalias %C, i32 %n) [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILEvergreenDevice.cpp | 107 if (mSTM->isOverride(AMDGPUDeviceInfo::NoAlias)) { 108 mHWBits.set(AMDGPUDeviceInfo::NoAlias);
|
/external/chromium_org/v8/src/ |
hydrogen-alias-analysis.h | 65 inline bool NoAlias(HValue* a, HValue* b) {
|
/external/clang/test/CodeGen/ |
le32-arguments.c | 20 // CHECK-LABEL: define void @f2(%struct.s2* noalias sret %agg.result)
|
/external/clang/test/CodeGenCXX/ |
goto.cpp | 21 // CHECK: [[NEW:%.*]] = invoke noalias i8* @_Znwm(i64 1)
|
/external/eigen/Eigen/src/Eigen2Support/ |
Lazy.h | 32 /** \deprecated use MatrixBase::noalias()
|
/external/llvm/test/Analysis/BasicAA/ |
full-store-partial-alias.ll | 7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.
|
/external/llvm/test/CodeGen/ARM/ |
thumb1-varalloc.ll | 41 declare noalias i8* @strdup(i8* nocapture) nounwind
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-SubregLoweringBug.ll | 10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %village) nounwind {
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
pr15289.ll | 30 define void @cart_to_dc2y_(double* noalias nocapture %xx, double* noalias nocapture %yy, double* noalias nocapture %zz, [5 x { double, double }]* noalias nocapture %c2ten) nounwind uwtable {
|
loop1.ll | 7 define void @test1(double* noalias %out, double* noalias %in1, double* noalias %in2) nounwind uwtable {
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
2011-09-06-EndOfFunction.ll | 9 define void @_Z3foov(%"class.std::auto_ptr"* noalias nocapture sret %agg.result) uwtable ssp {
|
simple.ll | 75 define void @test7(i32 *%p, i8 *%q, i8* noalias %r) { 175 declare noalias i8* @malloc(i32) 176 declare noalias i8* @calloc(i32, i32) 213 define void @test17(i8* %P, i8* noalias %Q) nounwind ssp { 293 declare noalias i8* @strdup(i8* nocapture) nounwind 294 define noalias i8* @test23() nounwind uwtable ssp {
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-12-16-HeapSRACrash-2.ll | 16 declare noalias i8* @malloc(i32)
|
2008-12-16-HeapSRACrash.ll | 16 declare noalias i8* @malloc(i32)
|
2010-02-26-MallocSROA.ll | 27 declare noalias i8* @malloc(i32)
|
/external/llvm/test/Transforms/InstCombine/ |
malloc-free-delete.ll | 14 declare noalias i8* @calloc(i32, i32) nounwind 15 declare noalias i8* @malloc(i32) 37 %a = call noalias i8* @malloc(i32 10) 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
|
/external/llvm/test/Transforms/MemCpyOpt/ |
loadstore-sret.ll | 10 define void @_Z3foov(%"class.std::auto_ptr"* noalias nocapture sret %agg.result) ssp {
|
memcpy.ll | 54 define void @test3(%0* noalias sret %agg.result) nounwind { 151 declare noalias i8* @malloc(i32) 193 declare void @foo(i32* noalias nocapture) 195 define void @test10(%opaque* noalias nocapture sret %x, i32 %y) { 198 call void @foo(i32* noalias nocapture %a)
|
/art/compiler/llvm/ |
intrinsic_helper.cc | 101 // 2. Add "nocapture" and "noalias" attribute to the arguments in all 154 // Add "noalias" and "nocapture" attribute to all arguments of pointer type 160 attributes.push_back(::llvm::Attribute::NoAlias);
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
simple.ll | 9 declare noalias i8* @malloc(i64) nounwind 10 declare noalias i8* @calloc(i64, i64) nounwind 11 declare noalias i8* @realloc(i8* nocapture, i64) nounwind
|
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 71 // If this is an argument that corresponds to a byval or noalias argument, 544 /// is we say noalias(V, phi(VA, VB)) if noalias(V, VA) and noalias(V, VB). [all...] |
/external/llvm/test/Transforms/LoopVectorize/X86/ |
small-size.ll | 98 define void @example3(i32 %n, i32* noalias nocapture %p, i32* noalias nocapture %q) optsize { 122 define void @example4(i32 %n, i32* noalias nocapture %p, i32* noalias nocapture %q) { 170 ; We CAN vectorize this example because the pointers are marked as noalias. 174 define void @example23b(i16* noalias nocapture %src, i32* noalias nocapture %dst) optsize {
|
/external/llvm/test/CodeGen/X86/ |
MergeConsecutiveStores.ll | 157 define void @merge_loads_i16(i32 %count, %struct.A* noalias nocapture %q, %struct.A* noalias nocapture %p) nounwind uwtable noinline ssp { 191 define void @no_merge_loads(i32 %count, %struct.A* noalias nocapture %q, %struct.A* noalias nocapture %p) nounwind uwtable noinline ssp { 225 define void @merge_loads_integer(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp { 259 define void @merge_loads_vector(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp { 306 define void @merge_loads_no_align(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp [all...] |