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

<<11121314151617181920>>

  /external/llvm/test/Transforms/MemCpyOpt/
memcpy-undef.ll 24 define void @test2(i8* sret noalias nocapture %out, i8* %in) nounwind noinline ssp uwtable {
34 define void @test3(i8* sret noalias nocapture %out, i8* %in) nounwind noinline ssp uwtable {
loadstore-sret.ll 10 define void @_Z3foov(%"class.std::auto_ptr"* noalias nocapture sret %agg.result) ssp {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
flag.ll 11 define i32 @rollable(i32* noalias nocapture %in, i32* noalias nocapture %out, i64 %n) {
odd_store.ll 20 define i32 @foo(i8* noalias nocapture %A, float* noalias nocapture %B, float %T) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.cpp 107 if (mSTM->isOverride(AMDGPUDeviceInfo::NoAlias)) {
108 mHWBits.set(AMDGPUDeviceInfo::NoAlias);
  /external/clang/test/CodeGen/
le32-arguments.c 20 // CHECK-LABEL: define void @f2(%struct.s2* noalias sret %agg.result)
mips-zero-sized-struct.c 8 // O32: define void @fn28(%struct.T2* noalias sret %agg.result, i8 signext %arg0)
ms-declspecs.c 36 __declspec(noalias) void noalias_callee(int *x);
  /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/AMDGPU/
register-count-comments.ll 11 define void @foo(i32 addrspace(1)* noalias %out, i32 addrspace(1)* %abase, i32 addrspace(1)* %bbase) nounwind {
valu-i1.ll 153 define void @multi_vcond_loop(i32 addrspace(1)* noalias nocapture %arg, i32 addrspace(1)* noalias nocapture readonly %arg1, i32 addrspace(1)* noalias nocapture readonly %arg2, i32 addrspace(1)* noalias nocapture readonly %arg3) #1 {
  /external/llvm/test/CodeGen/PowerPC/
ppc-empty-fs.ll 11 define void @func_fab(%struct.fab* noalias sret %agg.result, i64 %x.coerce) #0 {
  /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 {
  /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 {
  /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/LoopVectorize/X86/
vectorization-remarks-profitable.ll 26 define void @do_not_interleave(float** noalias nocapture readonly %in, float* noalias nocapture %out, i32 %size) #0 !dbg !4 {
56 define void @interleave_not_profitable(float** noalias nocapture readonly %in, float* noalias nocapture %out, i32 %size) #0 !dbg !6 {
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
deref-pointers.ll 8 declare noalias i8 addrspace(1)* @some_function_ret_noalias()
71 define i8 addrspace(1)* @test_noalias_arg(i8 addrspace(1)* noalias %a) gc "statepoint-example" {
81 %a = call noalias i8 addrspace(1)* @some_function()
101 call void @some_function_consumer(i8 addrspace(1)* noalias %ptr)
  /external/llvm/test/Transforms/StraightLineStrengthReduce/AMDGPU/
reassociate-geps-and-slsr-addrspace.ll 9 define void @slsr_after_reassociate_global_geps_mubuf_max_offset(float addrspace(1)* %out, float addrspace(1)* noalias %arr, i32 %i) {
36 define void @slsr_after_reassociate_global_geps_over_mubuf_max_offset(float addrspace(1)* %out, float addrspace(1)* noalias %arr, i32 %i) {
64 define void @slsr_after_reassociate_lds_geps_ds_max_offset(float addrspace(1)* %out, float addrspace(3)* noalias %arr, i32 %i) {
89 define void @slsr_after_reassociate_lds_geps_over_ds_max_offset(float addrspace(1)* %out, float addrspace(3)* noalias %arr, i32 %i) {
  /external/v8/src/crankshaft/
hydrogen-alias-analysis.h 65 inline bool NoAlias(HValue* a, HValue* b) {
  /external/llvm/test/Analysis/DependenceAnalysis/
PR21585.ll 37 define void @t(i32* noalias %a, i32 %n) nounwind {
82 define void @i8_stride_wrap(i32* noalias %a, i32* noalias %b) {

Completed in 661 milliseconds

<<11121314151617181920>>