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

1 2 3 4 5 6 7 891011>>

  /external/clang/tools/diagtool/
TreeView.cpp 37 if (&out != &llvm::errs() && &out != &llvm::outs())
39 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 90 SmallVectorImpl<ISD::OutputArg> &Outs,
134 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/R600/
AMDILInstrInfo.td 100 class ILFormat<dag outs, dag ins, string asmstr, list<dag> pattern>
104 dag OutOperandList = outs;
122 def _i32 : ILFormat<(outs),
126 def _f32 : ILFormat<(outs),
134 def _i32 : ILFormat<(outs), (ins GPRI32:$src),
136 def _f32 : ILFormat<(outs), (ins GPRF32:$src),
141 def _i32 : ILFormat<(outs), (ins GPRI32:$src0, GPRI32:$src1),
143 def _f32 : ILFormat<(outs), (ins GPRF32:$src0, GPRF32:$src1),
SIInstructions.td 109 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [all...]
  /external/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 119 outs() << Result << "\n";
120 outs().flush();
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 97 // outs(), errs(), nulls()
99 mcld::raw_fd_ostream& mcld::outs() { function in class:mcld
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 223 outs() << "<lli>"; outs().flush();
503 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>");
504 outs().flush();
629 outs() << "<jit>"; outs().flush();
741 outs() << "<gcc>"; outs().flush();
791 outs() << "<program>"; outs().flush()
    [all...]
ExtractFunction.cpp 170 outs() << "*** Loop extraction failed: ";
172 outs() << "*** Sorry. :( Please report a bug!\n";
371 outs() << "*** Basic Block extraction failed!\n";
408 outs() << "*** Basic Block extraction failed, please report a bug!\n";
  /external/llvm/include/llvm/Target/
Target.td 497 /// list for an instruction. outs and ins are identical both syntactically and
500 /// (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
502 def outs;
690 let OutOperandList = (outs);
695 let OutOperandList = (outs);
701 let OutOperandList = (outs);
708 let OutOperandList = (outs);
715 let OutOperandList = (outs);
722 let OutOperandList = (outs);
728 let OutOperandList = (outs unknown:$dst)
    [all...]
  /external/valgrind/main/auxprogs/
DotToScc.hs 76 outs v = [w | (u,w) <- clean_edges, v==u]
77 components = map (sort.utSetToList) (deScc ins outs nodes)
92 (a -> [a]) -> -- The "outs" map
96 deScc ins outs
98 where depthFirst = snd . deDepthFirstSearch outs (utSetEmpty, [])
  /external/llvm/lib/Target/Mips/
Mips64InstrInfo.td 241 def DSLL64_32 : FR<0x00, 0x3c, (outs GPR64:$rd), (ins GPR32:$rt),
243 def SLL64_32 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR32:$rt),
245 def SLL64_64 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR64:$rt),
352 def DMFC0_3OP64 : MFC3OP<(outs GPR64Opnd:$rt),
355 def DMTC0_3OP64 : MFC3OP<(outs GPR64Opnd:$rd, uimm16:$sel),
358 def DMFC2_3OP64 : MFC3OP<(outs GPR64Opnd:$rt),
361 def DMTC2_3OP64 : MFC3OP<(outs GPR64Opnd:$rd, uimm16:$sel),
MipsDSPInstrFormats.td 23 class DSPInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
27 class PseudoDSP<dag outs, dag ins, list<dag> pattern,
29 MipsPseudo<outs, ins, pattern, itin> {
MipsISelLowering.h 252 void analyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
264 void analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
418 const SmallVectorImpl<ISD::OutputArg> &Outs,
424 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 74 /// same number of types as the Ins/Outs arrays in LowerFormalArguments,
346 const SmallVectorImpl<ISD::OutputArg> &Outs,
417 if (Outs[OIdx].Flags.isByVal() == false) {
429 // update the index for Outs
437 assert((getValueType(Ty) == Outs[OIdx].VT ||
438 (getValueType(Ty) == MVT::i8 && Outs[OIdx].VT == MVT::i16)) &&
458 unsigned align = Outs[OIdx].Flags.getByValAlign();
496 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
521 // Args.size() and Outs.size() need not match
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 38 * ins or outs)
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 38 * ins or outs)
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
expected.txt 2 regs: 0015; ins: 0001; outs: 0000
  /dalvik/dx/tests/084-dex-high-register-moves/
expected.txt 2 regs: 0018; ins: 0000; outs: 0000
  /external/chromium_org/chrome/browser/gpu/
chrome_gpu_util.cc 89 // Early outs from this function intended to bypass activation of the field
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 253 for (std::deque<ValueRef>::iterator it = f->outs.begin();
254 it != f->outs.end(); ++it) {
513 for (std::deque<ValueRef>::iterator it = func->outs.begin();
514 it != func->outs.end(); ++it) {
  /external/clang/lib/Driver/
Driver.cpp 652 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
683 llvm::outs() << C.getDefaultToolChain().getTripleString() << '\n';
694 llvm::outs() << "4.2.1\n";
699 PrintDiagnosticCategories(llvm::outs());
711 PrintVersion(C, llvm::outs());
727 llvm::outs() << "programs: =";
731 llvm::outs() << ':';
732 llvm::outs() << *it;
734 llvm::outs() << "\n";
735 llvm::outs() << "libraries: =" << ResourceDir
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java 38 * ins or outs)
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 59 WriteBitcodeToFile(M, outs());
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 389 return writeELF<LE64>(outs(), Doc);
391 return writeELF<BE64>(outs(), Doc);
394 return writeELF<LE32>(outs(), Doc);
396 return writeELF<BE32>(outs(), Doc);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 253 for (std::deque<ValueRef>::iterator it = f->outs.begin();
254 it != f->outs.end(); ++it) {
513 for (std::deque<ValueRef>::iterator it = func->outs.begin();
514 it != func->outs.end(); ++it) {

Completed in 1830 milliseconds

1 2 3 4 5 6 7 891011>>