HomeSort by relevance Sort by last modified time
    Searched full:addloop (Results 1 - 25 of 40) sorted by null

1 2

  /art/compiler/optimizing/
loop_optimization_test.cc 61 HBasicBlock* AddLoop(HBasicBlock* position, HBasicBlock* successor) {
124 AddLoop(entry_block_, return_block_);
133 s = AddLoop(b, s);
144 b = AddLoop(b, s);
155 b = AddLoop(b, s);
160 si = AddLoop(bi, si);
182 s = AddLoop(b, s);
188 b = AddLoop(b, s);
200 // Can't use AddLoop as we want special order for blocks predecessors.
242 HBasicBlock* header = AddLoop(entry_block_, return_block_)
    [all...]
loop_optimization.h 123 void AddLoop(HLoopInformation* loop_info);
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_loop.cc 178 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(tensorflow::StringPiece suffix,
183 return AddLoop(suffix, start_index, end_index, ir_builder_->getInt64(1),
187 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(tensorflow::StringPiece suffix,
215 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index,
221 return AddLoop(suffix, ir_builder_->getInt64(start_index),
226 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(int64 start_index,
232 return AddLoop(suffix, ir_builder_->getInt64(start_index),
250 std::unique_ptr<llvm_ir::ForLoop> loop = AddLoop(
llvm_loop.h 188 std::unique_ptr<ForLoop> AddLoop(tensorflow::StringPiece suffix,
195 std::unique_ptr<ForLoop> AddLoop(tensorflow::StringPiece suffix,
201 // A convenient wrapper of the other flavor of AddLoop. The given start and
203 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
209 std::unique_ptr<ForLoop> AddLoop(int64 start_index, int64 end_index,
loop_emitter.cc 107 std::unique_ptr<ForLoop> loop = loop_nest.AddLoop(
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_loop_emitter.cc 51 std::unique_ptr<llvm_ir::ForLoop> loop = loop_nest.AddLoop(
57 std::unique_ptr<llvm_ir::ForLoop> loop = loop_nest.AddLoop(
  /external/swiftshader/src/OpenGL/compiler/
localintermediate.h 50 TIntermNode* addLoop(TLoopType, TIntermNode*, TIntermTyped*, TIntermTyped*, TIntermNode*, const TSourceLoc&);
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_386.s 119 addloop: label
135 JNZ addloop
asm_arm.s 79 addloop: label
86 BNE addloop
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_386.s 119 addloop: label
135 JNZ addloop
asm_arm.s 79 addloop: label
86 BNE addloop
  /external/llvm/include/llvm/Analysis/
LoopPass.h 133 Loop &addLoop(Loop *ParentLoop);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 131 Loop &addLoop(Loop *ParentLoop);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 131 Loop &addLoop(Loop *ParentLoop);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopPass.h 130 void addLoop(Loop &L);

Completed in 647 milliseconds

1 2