HomeSort by relevance Sort by last modified time
    Searched defs:Output (Results 26 - 47 of 47) sorted by null

12

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 166 // instruction is used outside the region, it's an output.
318 // Add the types of the output values to the function's argument list.
380 // Set names for input and output arguments.
489 Value *Output = 0;
498 Output = GEP;
500 Output = ReloadOutputs[i];
502 LoadInst *load = new LoadInst(Output, outputs[i]->getName()+".reload");
593 // If the output value is used by a phi in the target block,
618 // Advance output iterator even if we don't emit a store
  /external/dropbear/libtommath/
bn.tex 150 This will output a row of numbers that are increasing. Each column is a different test (such as addition, multiplication, etc)
732 This should output the following if the program succeeds.
779 If this program succeeds it shall output.
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 91 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) {
106 //static void output(const T &value, void *ctxt, llvm::raw_ostream &out);
203 SameType<Signature_output, &U::output>*);
313 // Base class for Input and Output.
469 ScalarTraits<T>::output(Val, io.getContext(), Buffer);
530 static void output(const bool &, void*, llvm::raw_ostream &);
536 static void output(const StringRef &, void*, llvm::raw_ostream &);
542 static void output(const uint8_t &, void*, llvm::raw_ostream &);
548 static void output(const uint16_t &, void*, llvm::raw_ostream &);
554 static void output(const uint32_t &, void*, llvm::raw_ostream &)
    [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...]
Tools.cpp 235 const InputInfo &Output,
248 // Determine the output location.
253 } else if (Output.getType() == types::TY_Dependencies) {
254 DepFile = Output.getFilename();
272 if (OutputOpt && Output.getType() != types::TY_Dependencies) {
277 // FIXME: This should use the computed output file location.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 51 Output, ///< A register output-dependence (aka WAW).
80 /// Reg - For Data, Anti, and Output dependencies, the associated
112 case Output:
114 "SDep::Anti and SDep::Output must use a non-zero Reg!");
136 case Output:
240 /// only valid on Data, Anti, and Output edges. On Data edges, this
243 assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
249 /// only valid on Data, Anti, and Output edges. On Anti and Output
    [all...]
  /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/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 47 || testing::GTEST_FLAG(output) != "unknown"
130 using testing::GTEST_FLAG(output);
5325 const char* output; member in struct:testing::Flags
    [all...]
  /external/v8/src/arm/
lithium-arm.h 275 LOperand* Output() { return HasResult() ? result() : NULL; }
297 // Allow 0 or 1 output operands.
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 271 LOperand* Output() { return HasResult() ? result() : NULL; }
293 // Allow 0 or 1 output operands.
    [all...]
  /external/v8/src/mips/
lithium-mips.h 274 LOperand* Output() { return HasResult() ? result() : NULL; }
296 // Allow 0 or 1 output operands.
    [all...]