HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 676 - 700 of 1147) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/TableGen/
TGLexer.h 78 /// CurBuffer - This is the current buffer index we're lexing from as managed
126 int peekNextChar(int Index);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 102 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index);
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 33 // Print an address with the given base, displacement and index.
34 static void printAddress(unsigned Base, int64_t Disp, unsigned Index,
  /external/llvm/test/MC/ARM/
elf-movt.s 39 @ OBJ: Index:
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 55 d->const_used[src->Index] = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 341 UCHAR Index;
357 USHORT Index;
372 USHORT Index;
388 USHORT Index;
adomd.h     [all...]
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.h 59 uint8_t Index(Error* error) override;
69 brillo::dbus_utils::Property<uint8_t> index; member in class:shill::ChromeosWiMaxDeviceProxy::PropertySet
  /external/clang/include/clang/Basic/
SourceManager.h 444 /// \brief Read the source location entry with index ID, which will always be
611 /// Negative FileIDs are indexes into this table. To get from ID to an index,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 212 SDValue &Scale, SDValue &Index, SDValue &Disp,
215 SDValue &Scale, SDValue &Index, SDValue &Disp,
219 SDValue &Scale, SDValue &Index, SDValue &Disp,
222 SDValue &Scale, SDValue &Index, SDValue &Disp,
225 SDValue &Scale, SDValue &Index, SDValue &Disp,
229 SDValue &Index, SDValue &Disp,
235 SDValue &Index, SDValue &Disp,
247 SDValue &Index, SDValue &Disp,
255 Index = AM.IndexReg;
681 // On 64-bit platforms, we can run into an issue where a frame index
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 271 // itinerary resources. Index reads and writes in separate domains.
463 // Index zero reserved for invalid RW.
494 SchedClasses.back().Index = 0;
558 ProcIndices.push_back(ProcModel.Index);
572 if (!std::count(ProcIndices.begin(), ProcIndices.end(), PI->Index))
593 // Get the SchedClass index for an instruction.
653 SC.Index = Idx;
724 SC.Index = SCIdx;
791 ProcModel.ItinDefList[SCI->Index] = ItinData;
836 assert(SchedClasses[Idx].Index == Idx && "bad SCIdx")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 383 * \param index which temporary register
388 unsigned index,
394 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan);
398 return bld->temps[index][chan];
405 * \param index which output register
410 unsigned index,
417 index * 4 + chan);
421 return bld->outputs[index][chan];
444 LLVMValueRef index = LLVMBuildExtractElement(builder, local
447 &index, 1, "gather_ptr")
487 LLVMValueRef index = LLVMBuildExtractElement(builder, indexes, ii, ""); local
528 LLVMValueRef index; local
615 LLVMValueRef index; \/* index into the const buffer *\/ local
862 unsigned index; local
1511 int index; local
2002 unsigned index, chan; local
2040 unsigned index, chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 110 unsigned index; member in struct:ureg_program::__anon19600
117 unsigned index; member in struct:ureg_program::__anon19601
145 unsigned index; member in struct:ureg_program::__anon19605
247 unsigned index )
263 dst.Index = index;
353 unsigned index )
357 ureg->vs_inputs[index/32] |= 1 << (index % 32);
358 return ureg_src_register( TGSI_FILE_INPUT, index );
789 uint index; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 68 /** The index into the tokens list of the current token (next token
94 public virtual int Index {
148 _lastMarker = Index;
169 public virtual void Seek(int index) {
170 _p = index;
187 /** Make sure index i in tokens has a token. */
207 throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1));
287 /** Given a start and stop index, return a List of all tokens in
LegacyCommonTokenStream.cs 79 * The index into the tokens list of the current token (next token
99 public virtual int Index {
132 int index = 0;
156 t.TokenIndex = index;
158 index++;
185 /** <summary>Given a starting index, return the index of the first on-channel token.</summary> */
239 * Given a start and stop index, return a List of all tokens in
378 lastMarker = Index;
405 public virtual void Seek(int index) {
    [all...]
RecognitionException.cs 67 * state can change before the exception is reported so current token index
79 /** <summary>What is index of token/char were we looking at when the error occurred?</summary> */
109 /// The 0-based index into the line where the error occurred.
147 this._index = input.Index;
170 _index = info.GetInt32("Index");
239 public int Index {
271 info.AddValue("Index", _index);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 70 /** The index into the tokens list of the current token (next token
101 public virtual int Index
170 _lastMarker = Index;
195 public virtual void Seek(int index)
197 _p = index;
215 /** Make sure index i in tokens has a token. */
240 throw new IndexOutOfRangeException("token index " + i + " out of range 0.." + (_tokens.Count - 1));
327 /** Given a start and stop index, return a List of all tokens in
LegacyCommonTokenStream.cs 78 * The index into the tokens list of the current token (next token
101 public virtual int Index
139 int index = 0;
168 t.TokenIndex = index;
170 index++;
199 /** <summary>Given a starting index, return the index of the first on-channel token.</summary> */
265 * Given a start and stop index, return a List of all tokens in
431 lastMarker = Index;
464 public virtual void Seek( int index )
    [all...]
RecognitionException.cs 68 * state can change before the exception is reported so current token index
81 /** <summary>What is index of token/char were we looking at when the error occurred?</summary> */
111 /// The 0-based index into the line where the error occurred.
156 this._index = input.Index;
192 _index = info.GetInt32("Index");
280 public int Index
322 info.AddValue("Index", _index);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 138 state.tokenStartCharIndex = input.Index;
328 /** <summary>What is the index of the current character of lookahead?</summary> */
333 return input.Index;
SlimTokenStream.cs 66 * The index into the tokens list of the current token (next token
89 public int Index
118 int index = 0;
122 //t.TokenIndex = index;
124 index++;
153 /** <summary>Given a starting index, return the index of the first on-channel token.</summary> */
188 * Given a start and stop index, return a List of all tokens in
334 lastMarker = Index;
367 public void Seek( int index )
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.h 133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
135 - (id) deleteChild:(id)t Index:(NSInteger)index;
147 /** What index is this node in the child list? Range: 0..n-1
152 - (void) setChildIndex:(id)t With:(NSInteger)index;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 50 static void *GDMIndex() { static int Index; return &Index; } \
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 524 /// \brief Retrieve the depth and index of a template parameter.
537 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
560 DeducedPack(unsigned Index) : Index(Index), Outer(nullptr) {}
562 // The index of the pack.
563 unsigned Index;
594 unsigned Depth, Index;
595 std::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]);
596 if (Depth == 0 && !SawIndices[Index]) {
    [all...]
  /external/eigen/Eigen/src/Core/
Dot.h 250 for(Index i = 0; i < cols(); ++i)
254 for(Index j = 0; j < i; ++j)

Completed in 437 milliseconds

<<21222324252627282930>>