HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 226 - 250 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/R600/
SIInstructions.td 213 0x0000000a, (outs SReg_32:$dst),
330 0x00000003, (outs SCCReg:$dst), (ins SReg_32:$src0, i32imm:$src1),
    [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/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/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java 38 * ins or outs)
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 76 # Okay, now do it again with long enough time outs:
  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 59 WriteBitcodeToFile(M, outs());
  /external/llvm/lib/Target/Mips/
MipsCondMov.td 21 InstSE<(outs DRC:$rd), (ins DRC:$rs, CRC:$rt, DRC:$F),
29 InstSE<(outs DRC:$fd), (ins DRC:$fs, CRC:$rt, DRC:$F),
37 InstSE<(outs RC:$rd), (ins RC:$rs, FCCRegsOpnd:$fcc, RC:$F),
47 InstSE<(outs RC:$fd), (ins RC:$fs, FCCRegsOpnd:$fcc, RC:$F),
MipsMSAInstrFormats.td 13 class MSAInst : MipsInst<(outs), (ins), "", [], NoItinerary, FrmOther> {
34 class MSAPseudo<dag outs, dag ins, list<dag> pattern,
36 MipsPseudo<outs, ins, pattern, itin> {
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 171 outs() << "*** Loop extraction failed: ";
173 outs() << "*** Sorry. :( Please report a bug!\n";
372 outs() << "*** Basic Block extraction failed!\n";
409 outs() << "*** Basic Block extraction failed, please report a bug!\n";
  /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) {
  /external/clang/docs/
RAVFrontendAction.rst 131 llvm::outs() << "Found declaration at "
163 llvm::outs() << "Found declaration at "
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 186 Opts->PrintHelp(llvm::outs(), "clang -cc1",
228 ento::printCheckerHelp(llvm::outs(), Clang->getFrontendOpts().Plugins);
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 83 void AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
88 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 129 const SmallVectorImpl<ISD::OutputArg> &Outs,
161 const SmallVectorImpl<ISD::OutputArg> &Outs,
MSP430ISelLowering.cpp 267 const SmallVectorImpl<ISD::OutputArg> &Outs) {
268 State.AnalyzeCallOperands(Outs, CC_MSP430_AssignStack);
352 const SmallVectorImpl<ISD::OutputArg> &Outs) {
353 State.AnalyzeReturn(Outs, RetCC_MSP430);
396 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
414 Outs, OutVals, Ins, dl, DAG, InVals);
524 const SmallVectorImpl<ISD::OutputArg> &Outs,
532 if (CallConv == CallingConv::MSP430_INTR && !Outs.empty())
540 AnalyzeReturnValues(CCInfo, RVLocs, Outs);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 139 const SmallVectorImpl<ISD::OutputArg> &Outs,
206 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 75 /// same number of types as the Ins/Outs arrays in LowerFormalArguments,
494 const SmallVectorImpl<ISD::OutputArg> &Outs,
551 if (Outs[OIdx].Flags.isByVal() == false) {
563 // update the index for Outs
571 assert((getValueType(Ty) == Outs[OIdx].VT ||
572 (getValueType(Ty) == MVT::i8 && Outs[OIdx].VT == MVT::i16)) &&
592 unsigned align = Outs[OIdx].Flags.getByValAlign();
655 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
680 // Args.size() and Outs.size() need not match
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 644 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
675 llvm::outs() << C.getDefaultToolChain().getTripleString() << '\n';
686 llvm::outs() << "4.2.1\n";
691 PrintDiagnosticCategories(llvm::outs());
703 PrintVersion(C, llvm::outs());
719 llvm::outs() << "programs: =";
723 llvm::outs() << ':';
724 llvm::outs() << *it;
726 llvm::outs() << "\n";
727 llvm::outs() << "libraries: =" << ResourceDir
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 418 llvm::outs() << "==== BEGIN EDITS ====\n";
422 llvm::outs() << "r:" << r.getFilePath() << ":" << r.getOffset() << ":"
425 llvm::outs() << "==== END EDITS ====\n";
  /external/clang/lib/Frontend/
FrontendAction.cpp 86 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
88 llvm::outs() << " - " << *ND;
89 llvm::outs() << "\n";
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 59 #define EXTOUT(x) (0x20 + (x)) /* x = 0x00 - 0x0f physical outs -> FXWC low 16 bits */
107 #define A_EXTOUT(x) (0x60 + (x)) /* x = 0x00 - 0x1f physical outs -> A_FXWC1 0x79-7f unknown */
108 #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 357 const SmallVectorImpl<ISD::OutputArg> &Outs,
376 const SmallVectorImpl<ISD::OutputArg> &Outs,
380 const SmallVectorImpl<ISD::OutputArg> &Outs,

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>