HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 151 - 175 of 412) sorted by null

1 2 3 4 5 67 8 91011>>

  /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: 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/eigen/Eigen/src/Geometry/
Umeyama.h 146 Rt.block(0,0,m,m).noalias() = svd.matrixU()*svd.matrixV().transpose();
149 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
153 Rt.block(0,0,m,m).noalias() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
163 Rt.col(m).head(m).noalias() -= c*Rt.topLeftCorner(m,m)*src_mean;
  /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 {
  /external/llvm/test/Transforms/GVN/
malloc-load-removal.ll 10 define noalias i8* @test() 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 {
150 declare noalias i8* @malloc(i32)
176 declare void @foo(i32* noalias nocapture)
178 define void @test10(%opaque* noalias nocapture sret %x, i32 %y) {
181 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 6 declare noalias i8* @malloc(i64) nounwind
7 declare noalias i8* @calloc(i64, i64) nounwind
8 declare noalias i8* @realloc(i8* nocapture, i64) nounwind
  /external/llvm/test/Transforms/LoopVectorize/X86/
small-size.ll 98 define void @example3(i32 %n, i32* noalias nocapture %p, i32* noalias nocapture %q) optsize {
145 ; We CAN vectorize this example because the pointers are marked as noalias.
149 define void @example23b(i16* noalias nocapture %src, i32* noalias nocapture %dst) optsize {
  /external/ceres-solver/internal/ceres/
small_blas.h 44 // Remove the ".noalias()" annotation from the matrix matrix
50 // block.noalias() -= A * B;
54 // block.noalias() += A * B;
57 // .noalias() annotation causes the issue to disappear. Tracking this
65 #define CERES_MAYBE_NOALIAS .noalias()
309 // lazyProduct works better than .noalias() for matrix-vector
360 // lazyProduct works better than .noalias() for matrix-vector
  /external/llvm/test/CodeGen/X86/
MergeConsecutiveStores.ll 156 define void @merge_loads_i16(i32 %count, %struct.A* noalias nocapture %q, %struct.A* noalias nocapture %p) nounwind uwtable noinline ssp {
190 define void @no_merge_loads(i32 %count, %struct.A* noalias nocapture %q, %struct.A* noalias nocapture %p) nounwind uwtable noinline ssp {
224 define void @merge_loads_integer(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp {
258 define void @merge_loads_vector(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp {
305 define void @merge_loads_no_align(i32 %count, %struct.B* noalias nocapture %q, %struct.B* noalias nocapture %p) nounwind uwtable noinline ssp
    [all...]

Completed in 588 milliseconds

1 2 3 4 5 67 8 91011>>