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

1 2 3 4 5 67 8 91011>>

  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
69 outs() << " Line info @ " << msg->line_number_table[i].Offset
73 outs() << "\n";
85 outs() << "Method unload [" << UnloadId << "]\n";
  /frameworks/rs/cpu_ref/linkloader/utils/
raw_ostream.cpp 25 static llvm::raw_ostream &singleton = llvm::outs();
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.h 45 Allocation *const* outs; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /dalvik/dx/tests/080-dex-exception-tables/
expected.txt 2 regs: 0002; ins: 0000; outs: 0000
25 regs: 0002; ins: 0000; outs: 0000
52 regs: 0002; ins: 0000; outs: 0000
93 regs: 0002; ins: 0000; outs: 0000
130 regs: 0002; ins: 0000; outs: 0000
164 regs: 0002; ins: 0000; outs: 0000
199 regs: 0002; ins: 0000; outs: 0000
222 regs: 0002; ins: 0000; outs: 0000
247 regs: 0002; ins: 0000; outs: 0000
  /external/llvm/lib/Target/R600/
AMDGPUInstructions.td 15 class AMDGPUInst <dag outs, dag ins, string asm, list<dag> pattern> : Instruction {
20 let OutOperandList = outs;
30 class AMDGPUShaderInst <dag outs, dag ins, string asm, list<dag> pattern>
31 : AMDGPUInst<outs, ins, asm, pattern> {
184 (outs rc:$dst),
191 (outs rc:$dst),
198 (outs rc:$dst),
209 (outs dstClass:$dst),
218 (outs),
  /external/llvm/lib/Target/Mips/
MipsInstrFormats.td 58 class MipsInst<dag outs, dag ins, string asmstr, list<dag> pattern,
73 let OutOperandList = outs;
94 class InstSE<dag outs, dag ins, string asmstr, list<dag> pattern,
96 MipsInst<outs, ins, asmstr, pattern, itin, f> {
103 class MipsPseudo<dag outs, dag ins, list<dag> pattern,
105 MipsInst<outs, ins, "", pattern, itin, Pseudo> {
111 class PseudoSE<dag outs, dag ins, list<dag> pattern,
113 MipsPseudo<outs, ins, pattern, itin> {
120 class MipsAsmPseudoInst<dag outs, dag ins, string asmstr>:
121 MipsInst<outs, ins, asmstr, [], IIPseudo, Pseudo>
    [all...]
  /dalvik/vm/interp/
Stack.h 36 (method arguments) and "locals" (local variables). The "outs" (arguments
75 Note the "ins" and "outs" overlap -- values pushed into the "outs" area
77 will be enough room for all possible "outs" on the stack before calling
99 native method, though, there are never any "locals" or "outs".
159 /* when calling a function, get a pointer to outs[0] */
  /external/llvm/docs/
HowToUseInstrMappings.rst 121 def ADD : ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
126 def ADD_Pt : ALU32_rr<(outs IntRegs:$dst),
131 def ADD_Pf : ALU32_rr<(outs IntRegs:$dst),
142 def ADD : PredRel, ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
150 def ADD_Pt : PredRel, ALU32_rr<(outs IntRegs:$dst),
158 def ADD_Pf : PredRel, ALU32_rr<(outs IntRegs:$dst),
  /dalvik/dx/tests/052-dex-static-var-access/
expected.txt 2 regs: 0004; ins: 0000; outs: 0000
31 regs: 0008; ins: 0003; outs: 0000
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600Instructions.td 16 class InstR600 <bits<32> inst, dag outs, dag ins, string asm, list<dag> pattern,
18 : AMDGPUInst <outs, ins, asm, pattern> {
28 let OutOperandList = outs;
43 class InstR600ISA <dag outs, dag ins, string asm, list<dag> pattern> :
44 AMDGPUInst <outs, ins, asm, pattern>
81 (outs R600_Reg32:$dst),
91 (outs R600_Reg32:$dst),
101 (outs R600_Reg32:$dst),
112 def PRED_X : InstR600 <0, (outs R600_Predicate_Bit:$dst),
127 (outs),
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 64 return yaml2coff(outs(), Buf.get());
66 return yaml2elf(outs(), Buf.get());
  /external/mesa3d/src/gallium/drivers/radeon/
R600Instructions.td 16 class InstR600 <bits<32> inst, dag outs, dag ins, string asm, list<dag> pattern,
18 : AMDGPUInst <outs, ins, asm, pattern> {
28 let OutOperandList = outs;
43 class InstR600ISA <dag outs, dag ins, string asm, list<dag> pattern> :
44 AMDGPUInst <outs, ins, asm, pattern>
81 (outs R600_Reg32:$dst),
91 (outs R600_Reg32:$dst),
101 (outs R600_Reg32:$dst),
112 def PRED_X : InstR600 <0, (outs R600_Predicate_Bit:$dst),
127 (outs),
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 104 PipedOutputStream outs = new PipedOutputStream(ins); local
105 new RequestHandler(context, Uri.parse(url), outs).start();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdspm.h 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdspm.h 107 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SimpleInsn.java 35 * ins or outs)
  /dalvik/dx/src/com/android/dx/dex/code/
SimpleInsn.java 35 * ins or outs)
  /dalvik/dx/tests/048-dex-new-array/
expected.txt 2 regs: 0002; ins: 0000; outs: 0001
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_time.h 72 * Helper function for detecting time outs, taking in account overflow.
  /external/clang/tools/diagtool/
diagtool_main.cpp 21 return tool->run(argc - 2, &argv[2], llvm::outs());
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SimpleInsn.java 35 * ins or outs)
  /external/llvm/test/Transforms/InstCombine/
2012-06-06-LoadOfPHIs.ll 4 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {
83 store double 0.000000e+00, double* %outS
95 store double %tmp40, double* %outS
102 store double %tmp44, double* %outS
  /external/llvm/tools/obj2yaml/
obj2yaml.cpp 48 ec = coff2yaml(outs(), buf.take());
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.h 72 * Helper function for detecting time outs, taking in account overflow.
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 2 regs: 0006; ins: 0001; outs: 0001
36 regs: 0006; ins: 0001; outs: 0001
86 regs: 0006; ins: 0001; outs: 0001

Completed in 614 milliseconds

1 2 3 4 5 67 8 91011>>