Searched refs:In (Results 176 - 200 of 321) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml74 | [< 'Token.In; body=parse_expr >] ->
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml74 | [< 'Token.In; body=parse_expr >] ->
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
H A Dmblaze_imm.s3 # In the microblaze instruction set, any TYPE-B instruction with a
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DPath.inc312 // Note: this check catches strange situations. In all cases, LLVM should
/external/syslinux/com32/lib/libpng/
H A DCHANGES706 In the code that checks for over-length tRNS chunks, added check of
902 In pngconf.h, define __cdecl when _MSC_VER is defined.
1142 In makefiles, changed rm libpng.NN.pc to rm libpngNN.pc
2276 In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
2298 In png_write_png(), respect the placement of the filler bytes in an earlier
2387 In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there
2683 In pngpread.c: png_push_have_row() add check for new_row > height
2687 In pngpread.c: png_push_process_row() add check for too many rows.
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c37 int16_t *In, /* (i) Vector to be filtered. InOut[-orderCoef+1]
54 const int16_t *x_ptr = &In[i];
36 plc_filterma_Fast( int16_t *In, int16_t *Out, int16_t *B, int16_t Blen, int16_t len, int16_t reduceDecay, int16_t decay, int16_t rshift ) argument
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm310 In an object-oriented module, this section should begin with a sentence of the
/external/clang/lib/AST/
H A DComment.cpp119 case ParamCommandComment::In:
H A DCommentSema.cpp222 .Case("[in]", ParamCommandComment::In)
250 Direction = ParamCommandComment::In; // Sane fall back.
266 Command->setDirection(ParamCommandComment::In, /* Explicit = */ false);
/external/guice/core/test/com/google/inject/
H A DScopesTest.java428 assertSame(injector.getInstance(new Key<In<Integer>>() {}),
429 injector.getInstance(new Key<In<Short>>() {}));
432 @ImplementedBy(Injected.class) public interface In<T> {} interface in class:ScopesTest
433 @Singleton public static class Injected<T> implements In<T> {}
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h1279 operator>>(Input &In, T &Val) { argument
1280 if (In.setCurrentDocument())
1281 yamlize(In, Val, true);
1282 return In;
/external/swiftshader/src/Renderer/
H A DContext.hpp36 enum In // Default input stream semantic enum in namespace:sw
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp175 // instructions. In order to unambiguously decode the singleton, we need to
436 // instructions. In order to unambiguously decode the singleton, we need to
1179 // well-known encoding pattern. In such case, we backtrack and scan for the
1275 DagInit *In = Def.getValueAsDag("InOperandList"); local
1278 for (unsigned i = 0; i < In->getNumArgs(); ++i)
1279 InOutOperands.push_back(std::make_pair(In->getArg(i), In->getArgName(i)));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp210 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
712 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
862 // In the customized shift lowering, the legal cases in AVX2 will be
1081 // In the customized shift lowering, the legal cases in AVX2 will be
1883 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1901 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
2162 // false, then an sret argument may be implicitly inserted in the SelDAG. In
2473 // In case of tail call optimization mark all arguments mutable. Since they
3088 // Walk the register/memloc assignments, inserting copies/loads. In th
6012 SDValue In = Op.getOperand(idx); local
6052 SDValue In = Op.getOperand(idx); local
20923 SDValue In = DAG.getBitcast(ByteVecVT, Op); local
21067 SDValue In = Op.getOperand(0); local
21126 SDValue In = Op.getOperand(0); local
28661 detectAVGPattern(SDValue In, EVT VT, SelectionDAG &DAG, const X86Subtarget &Subtarget, const SDLoc &DL) argument
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Ddesign.tex153 Many of the current supporting classes will be retained as they are. In
191 of objects of various \texttt{Criterion} subclasses). In doing so, it
222 traversal will explore corresponding parts of the AST. In other words:
259 In this way, all text segment references occur exactly once in the AST,
335 are implemented separately. In particular, doing tree transformation
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex52 the prologue. In fact, a single epilogue may undo the effect of the
76 fixed size so it's possible to simply number the instructions. In
127 the one used by full-blown runtime code-generators. In this format,
164 \Func{dlopen}()). In this format, the details of a group of procedures
239 \emph{empty region} and such regions are perfectly legal. In fact,
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp360 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
384 // sub-indices are in-range constants. In particular, consider:
454 Constant *In = Init->getAggregateElement(i); local
455 assert(In && "Couldn't get element of initializer?");
458 In, GV->getName()+"."+Twine(i),
488 Constant *In = Init->getAggregateElement(i); local
489 assert(In && "Couldn't get element of initializer?");
493 In, GV->getName()+"."+Twine(i),
1275 // fails. In the original code, malloc failing would set the result pointer
1276 // of malloc to null. In thi
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp422 // Check to see if this ConstantExpr GEP is SRA'able. In particular, we
446 // sub-indices are in-range constants. In particular, consider:
517 Constant *In = getAggregateConstantElement(Init, local
519 assert(In && "Couldn't get element of initializer?");
522 In, GV->getName()+"."+Twine(i),
550 Constant *In = getAggregateConstantElement(Init, local
552 assert(In && "Couldn't get element of initializer?");
556 In, GV->getName()+"."+Twine(i),
1337 // fails. In the original code, malloc failing would set the result pointer
1338 // of malloc to null. In thi
[all...]
/external/capstone/arch/AArch64/
H A DAArch64Disassembler.c179 static bool Check(DecodeStatus *Out, DecodeStatus In) argument
181 switch (In) {
188 *Out = In;
191 *Out = In;
/external/clang/tools/libclang/
H A DCXComment.cpp300 case ParamCommandComment::In:
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp209 /// more than once, this indicates there is recursion. In such a case,
1302 MachineInstr *In = &*I; local
1303 for (unsigned i = 0, n = In->getNumOperands(); i < n; ++i) {
1304 MachineOperand &MO = In->getOperand(i);
1311 if (In == BumpI) {
1365 /// first itertion of a do-while loop. In this case, we cannot generate a
1648 // In this case, the LoopBody -> TB should not be a back edge otherwise
1685 // Skip all implicit references. In one case there was:
1907 // In such a case we don't need any extra PHI nodes in the new preheader,
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp76 // other induction-variable increments). In other words, we're looking for loop
390 UsesTy::iterator nextInstr(int Val, UsesTy &In,
1067 /// Get the next instruction in "In" that is a member of set Val.
1069 /// If StartI is not given, start from In.begin().
1071 LoopReroll::DAGRootTracker::nextInstr(int Val, UsesTy &In, argument
1074 UsesTy::iterator I = StartI ? *StartI : In.begin();
1075 while (I != In.end() && (I->second.test(Val) == 0 ||
1203 // In addition to regular aliasing information, we need to look for
1645 // instructions. In other words, the instructions in f(%iv), f(%iv.1), etc. can
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp264 // instructions. In order to unambiguously decode the singleton, we need to
537 // instructions. In order to unambiguously decode the singleton, we need to
1646 // well-known encoding pattern. In such case, we backtrack and scan for the
1727 DagInit *In = Def.getValueAsDag("InOperandList");
1730 for (unsigned i = 0; i < In->getNumArgs(); ++i)
1731 InOutOperands.push_back(std::make_pair(In->getArg(i), In->getArgName(i)));
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dutil.py337 _ast.In = type(m.body[12].value.ops[0])
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend82 ATTRIBUTE Ascend-Num-In-Multilink 188 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0

Completed in 1004 milliseconds

1234567891011>>