HomeSort by relevance Sort by last modified time
    Searched refs:outs (Results 201 - 225 of 267) sorted by null

1 2 3 4 5 6 7 891011

  /external/mesa3d/src/gallium/drivers/ilo/shader/
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/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
MachOUtils.cpp 96 outs() << "Running lipo\n";
98 outs() << ' ' << ((Arg == nullptr) ? "\n" : Arg);
MachODebugMapParser.cpp 270 raw_ostream &OS(llvm::outs());
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 597 Report.renderFileReports(llvm::outs());
599 Report.renderFunctionReports(SourceFiles, llvm::outs());
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 621 outs := ""
623 outs = " " + out[0]
625 outs = " (" + join(out) + ")"
627 return "func(" + join(in) + ")" + outs
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 621 outs := ""
623 outs = " " + out[0]
625 outs = " (" + join(out) + ")"
627 return "func(" + join(in) + ")" + outs
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intelbad.s 64 outs dx, [esi]
intel.s 105 outs dx, byte ptr ds:[esi]
106 outs dx, dword ptr ds:[esi]
472 outs dx, word ptr ds:[esi]
  /external/valgrind/helgrind/
hg_main.c 3483 WordSetID outs; \/* in univ_laog *\/ member in struct:__anon37644
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 273 mcld::outs().setColor(res);
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 627 outs (%esi), (%dx) label
intel-syntax.s 761 outs dx, word ptr [eax] label
764 // CHECK-STDERR-NEXT: outs dx, word ptr [eax]
x86-64.s 287 outs (%rsi), (%dx) label
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 453 raw_ostream &OS = outs();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 423 outs() << Buffer;
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 640 // outs(), errs(), nulls()
643 /// outs() - This returns a reference to a raw_ostream for standard output.
644 /// Use it like: outs() << "foo" << "bar";
645 raw_ostream &llvm::outs() { function in class:llvm
648 // detection. If you don't want this behavior, don't use outs().
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 159 llvm::raw_ostream &os = llvm::outs();
  /external/clang/lib/Frontend/
FrontendActions.cpp 604 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
751 llvm::outs().write((*Buffer)->getBufferStart(), Preamble);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 671 llvm::outs(),
674 prettyPrintStackMap(llvm::outs(),
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 89 if (text == "rep" && dec.enc[0] == 0xF3 || (text == "repn" || text == "repne") && dec.enc[0] == 0xF2) && (!contains(dec.text, "ins", "outs", "movs", "lods", "cmps", "scas") || contains(dec.text, "xmm")) {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 89 if (text == "rep" && dec.enc[0] == 0xF3 || (text == "repn" || text == "repne") && dec.enc[0] == 0xF2) && (!contains(dec.text, "ins", "outs", "movs", "lods", "cmps", "scas") || contains(dec.text, "xmm")) {
  /external/clang/tools/driver/
cc1as_main.cpp 476 Opts->PrintHelp(llvm::outs(), "clang -cc1as", "Clang Integrated Assembler",
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 413 outs() << Buffer;
  /external/llvm/lib/Support/
raw_ostream.cpp 713 // outs(), errs(), nulls()
716 /// outs() - This returns a reference to a raw_ostream for standard output.
717 /// Use it like: outs() << "foo" << "bar";
718 raw_ostream &llvm::outs() { function in class:llvm
721 // ever call outs(), you can't open another raw_fd_ostream on stdout, as we'll

Completed in 752 milliseconds

1 2 3 4 5 6 7 891011