HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 176 - 200 of 271) sorted by null

1 2 3 4 5 6 78 91011

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 102 llvm::raw_ostream &os = llvm::outs();
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 52 mcld::outs() << OpNames[type()];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 447 /// outs() << "foo" << "bar";
448 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 450 /// outs() << "foo" << "bar";
451 raw_ostream &outs();
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c 179 gs_save_output(struct gs_compile_context *gcc, const struct toy_src *outs)
186 tc_MOV(tc, tdst_offset(buf, i, 0), outs[i]);
225 const struct toy_src *outs, int num_outs,
251 outs[sent + 2 * i], 0);
254 outs[sent + 2 * i + 1], 0);
    [all...]
ilo_shader_vs.c 805 vs_collect_outputs(struct vs_compile_context *vcc, struct toy_src *outs)
898 outs[i] = src;
911 struct toy_src outs[PIPE_MAX_SHADER_OUTPUTS]; local
931 total_attrs = vs_collect_outputs(vcc, outs);
987 tc_MOV(tc, tdst(TOY_FILE_MRF, mrf++, 0), outs[sent_attrs + i]);
    [all...]
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 820 outs = c1.output(n);
823 for (var i = 0; i < outs.length; i++) {
825 var from = outs[i];
845 outs = c1.output(m);
846 for (var i = 0; i < outs.length; i++) {
847 var from = outs[i];
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
MachOUtils.cpp 96 outs() << "Running lipo\n";
98 outs() << ' ' << ((Arg == nullptr) ? "\n" : Arg);
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 597 Report.renderFileReports(llvm::outs());
599 Report.renderFunctionReports(SourceFiles, llvm::outs());
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib.py 578 _, _, outs = nest.pack_sequence_as(defun_inputs, args)
579 return tuple([array_ops.identity(t) for t in outs])
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 751 outs := ""
753 outs = " " + out[0]
755 outs = " (" + join(out) + ")"
757 return "func(" + join(in) + ")" + outs

Completed in 710 milliseconds

1 2 3 4 5 6 78 91011