HomeSort by relevance Sort by last modified time
    Searched refs:Output (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 343 case SDep::Output: dbgs() << "out "; break;
363 case SDep::Output: dbgs() << "out "; break;
AggressiveAntiDepBreaker.cpp 257 /// AntiDepEdges - Return in Edges the anti- and output- dependencies
263 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
773 // The dependence edges that represent anti- and output-
798 (Edge->getKind() != SDep::Output)) continue;
850 (P->getKind() != SDep::Output)) {
    [all...]
ScheduleDAGInstrs.cpp 281 /// addPhysRegDeps - Add register dependencies (data, anti, and output) from
288 // Optionally add output and anti dependencies. For anti
292 // TODO: Using a latency of 1 here for output dependencies assumes
294 SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output;
304 (Kind != SDep::Output || !MO.isDead() ||
358 /// addVRegDefDeps - Add register output and data dependencies from this SUnit
368 // Singly defined vregs do not have output/anti dependencies.
374 // Add output dependence to the next nearest def of this vreg.
376 // Unless this definition is dead, the output dependence should be
379 // are not eliminated sometime during scheduling. The output dependence edg
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 14 @ Output is bit-exact with the reference C code in pitch_filter.c.
  /external/chromium/testing/gtest/scripts/
pump.py 641 class Output:
656 def RunAtomicCode(env, node, output):
659 result = Output()
678 RunCode(new_env, node.code, output)
680 output.Append(sep)
682 output.Append(node.raw_code.value)
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
691 output.Append('%s' % (value,))
693 output.Append('$'
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 47 /// suppressing the diagnostic output can still result in successful
324 SmallVectorImpl<char> &Output,
476 /// into the output.
603 SmallVectorImpl<char> &Output,
606 PrevArgs, NumPrevArgs, Output, ArgToStringCookie,
    [all...]
  /external/gtest/scripts/
pump.py 641 class Output:
656 def RunAtomicCode(env, node, output):
659 result = Output()
678 RunCode(new_env, node.code, output)
680 output.Append(sep)
682 output.Append(node.raw_code.value)
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
691 output.Append('%s' % (value,))
693 output.Append('$'
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
pump.py 641 class Output:
656 def RunAtomicCode(env, node, output):
659 result = Output()
678 RunCode(new_env, node.code, output)
680 output.Append(sep)
682 output.Append(node.raw_code.value)
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
691 output.Append('%s' % (value,))
693 output.Append('$'
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 584 Branch.Output = 0; // Ignored.
589 Branch.Output = I - Block->succ_begin();
  /external/clang/lib/Basic/
Diagnostic.cpp 31 SmallVectorImpl<char> &Output,
35 Output.append(Str, Str+strlen(Str));
493 // Recursively format the result of the select clause into the output string.
634 // output string.
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 2 %APMTEST is a tool to process APM file sets and easily display the output.
4 % 'test' Processes the files to produce test output.
56 outpath = [filepath 'output/'];
319 warning(['Output file ' newfile ' does not exist']);
337 warning('Reference is not the same length as output');
  /external/clang/lib/Frontend/
ASTUnit.cpp 58 std::string Output;
66 void setOutput(const Twine &Output) {
68 this->Output = Output.str();
75 llvm::errs() << Output << ':';
    [all...]
  /external/v8/src/
lithium-allocator.cc 797 // Handle fixed output operand.
798 if (first != NULL && first->Output() != NULL) {
799 LUnallocated* first_output = LUnallocated::cast(first->Output());
859 // Handle "output same as input" for second instruction.
860 if (second != NULL && second->Output() != NULL) {
861 LUnallocated* second_output = LUnallocated::cast(second->Output());
880 // instruction will include the output operand (whose value at the
941 LOperand* output = instr->Output(); local
942 if (output != NULL)
    [all...]
  /external/bison/data/
glr.c 179 ## Output files. ##
    [all...]
  /external/openssl/crypto/
sparccpuid.S 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 36 // create an output stream and write some data to it, then create a
42 // the output.
95 // Helper to write an array of data to an output stream.
96 bool WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size);
99 // Write a string to the output stream.
100 void WriteString(ZeroCopyOutputStream* output, const string& str);
104 // Writes some text to the output stream in a particular order. Returns
107 int WriteStuff(ZeroCopyOutputStream* output);
113 int WriteStuffLarge(ZeroCopyOutputStream* output);
130 bool IoTest::WriteToOutput(ZeroCopyOutputStream* output,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 179 // Here, Insn 1 will result in the dependence graph not emitting an output
335 DepType == SDep::Output);
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 68 ASSERT(Output() == NULL ||
69 LUnallocated::cast(Output())->HasFixedPolicy() ||
70 !LUnallocated::cast(Output())->HasRegisterPolicy());
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 68 ASSERT(Output() == NULL ||
69 LUnallocated::cast(Output())->HasFixedPolicy() ||
70 !LUnallocated::cast(Output())->HasRegisterPolicy());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 78 ASSERT(Output() == NULL ||
79 LUnallocated::cast(Output())->HasFixedPolicy() ||
80 !LUnallocated::cast(Output())->HasRegisterPolicy());
    [all...]
  /dalvik/docs/
prettify.js 61 * @param {Array.<string>} out output buffer that receives chunks of HTML.
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 357 // Suppress driver output and emit preprocessor output to temp file.
377 // Suppress tool output.
446 // Generate preprocessed output.
845 // Make sure we can lipo this kind of output. If not (and it is an actual
846 // output) then we disallow, since we can't create an output file with the
848 // changing the output names to include the arch, which would also fix
886 // Verify the output (debug information only) if we passed '-verify'.
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 148 (* Output this as:

Completed in 723 milliseconds

1 2 3 45 6 7