HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 251 - 275 of 440) sorted by null

<<1112131415161718

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 51 * ins or outs)
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 134 outs() << "Result: " << GV.IntVal << "\n";
  /external/llvm/lib/Support/
FormattedStream.cpp 90 static formatted_raw_ostream S(outs());
TargetRegistry.cpp 154 raw_ostream &OS = outs();
raw_ostream.cpp 648 // outs(), errs(), nulls()
651 /// outs() - This returns a reference to a raw_ostream for standard output.
652 /// Use it like: outs() << "foo" << "bar";
653 raw_ostream &llvm::outs() { function in class:llvm
656 // detection. If you don't want this behavior, don't use outs().
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 130 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 57 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 52 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/openssl/crypto/des/
des.c 131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 252 /// Does this pressure result have a valid bottom position and live outs.
288 /// Set the boundary for the bottom of the region and summarize live outs.
306 /// Finalize the region boundaries and record live ins and live outs.
660 /// not discover live in/outs.
745 /// not discover live in/outs.
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 282 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
300 Outs, OutVals, Ins, dl, DAG, InVals);
410 const SmallVectorImpl<ISD::OutputArg> &Outs,
418 if (CallConv == CallingConv::MSP430_INTR && !Outs.empty())
426 CCInfo.AnalyzeReturn(Outs, RetCC_MSP430);
465 &Outs,
475 CCInfo.AnalyzeCallOperands(Outs, CC_MSP430);
524 ISD::ArgFlagsTy Flags = Outs[i].Flags;
    [all...]
  /art/runtime/
stack.h 506 * | OUT[outs-1] |
507 * | OUT[outs-2] |
  /external/clang/lib/Frontend/
ASTConsumers.cpp 41 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
102 : Out(Out ? *Out : llvm::outs()) {}
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 183 transformPrinter.reset(new PrintTransforms(llvm::outs()));
200 printResult(migration.getRemapper(), llvm::outs());
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 250 void AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
261 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
  /frameworks/compile/slang/
llvm-rs-cc.cpp 382 llvm::raw_ostream &OS = llvm::outs();
435 OptTbl->PrintHelp(llvm::outs(), Argv0.c_str(),
  /bionic/libc/kernel/arch-mips/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /dalvik/vm/mterp/x86/
header.S 38 sub FrameSize,%esp # Allocate storage for spill, locals & outs
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /external/clang/tools/clang-check/
ClangCheck.cpp 182 return clang::CreateASTPrinter(&llvm::outs(), ASTDumpFilter);
  /external/llvm/tools/bugpoint/
bugpoint.cpp 146 outs() << "Override triple set to '" << TargetTriple.getTriple() << "'\n";
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }

Completed in 620 milliseconds

<<1112131415161718