Searched defs:Index (Results 176 - 200 of 515) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp125 unsigned Index = 0; local
174 Index = 0;
201 Index = A_Base->getIndex();
207 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
255 Index = A_Base->getIndex();
261 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
265 Index = B_Base->getIndex();
312 Index = Base->getIndex();
330 Index = SymSD.getOrdinal() + 1;
364 MRE.r_word1 = ((Index <<
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h71 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } argument
/external/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp132 unsigned Chan = Sel & 3, Index = ((Sel >> 2) - 512) & 31; local
133 unsigned KCacheIndex = Index * 4 + Chan;
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp153 uint64_t Index = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI); local
154 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Index));
155 return (Index << 16) | (Base << 12) | Disp;
164 uint64_t Index = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI); local
165 assert(isUInt<4>(Base) && isInt<20>(Disp) && isUInt<4>(Index));
166 return (Index << 24) | (Base << 20) | ((Disp & 0xfff) << 8)
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp319 size_t Index = 0; local
322 Index * sizeof(RuntimeFunction), RF);
323 ++Index;
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp29 unsigned Index; member in struct:__anon26477::FunctionEmittedEvent
36 unsigned Index; member in struct:__anon26477::FunctionFreedEvent
102 EXPECT_EQ(0U, Listener.EmittedEvents[0].Index);
109 EXPECT_EQ(1U, Listener.EmittedEvents[1].Index);
116 EXPECT_EQ(2U, Listener.FreedEvents[0].Index);
119 EXPECT_EQ(3U, Listener.FreedEvents[1].Index);
155 EXPECT_EQ(0U, Listener1.EmittedEvents[0].Index);
162 EXPECT_EQ(1U, Listener1.FreedEvents[0].Index);
169 EXPECT_EQ(0U, Listener2.EmittedEvents[0].Index);
176 EXPECT_EQ(1U, Listener2.EmittedEvents[1].Index);
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h61 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:rc_pair_instruction_source
/external/mesa3d/src/mesa/main/
H A Datifragshader.h32 GLuint Index; member in struct:atifragshader_src_register
39 GLuint Index; member in struct:atifragshader_dst_register
/external/openfst/src/include/fst/
H A Dstate-reachable.h142 typedef I Index; typedef in class:fst::StateReachable
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc55 class Index { class in namespace:__anon3550
57 Index();
67 ~Index();
80 DISALLOW_COPY_AND_ASSIGN(Index);
83 base::LazyInstance<Index>::Leaky g_trigram_index = LAZY_INSTANCE_INITIALIZER;
141 Index::Index() : last_file_id_(0) { function in class:__anon3550::Index
147 Index::~Index() {}
149 Time Index
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs94 public virtual int Index { property in class:Antlr.Runtime.BufferedTokenStream
148 _lastMarker = Index;
H A DLegacyCommonTokenStream.cs99 public virtual int Index { property in class:Antlr.Runtime.LegacyCommonTokenStream
378 lastMarker = Index;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs215 public IDictionary<int, IList> Index(object t) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs101 public virtual int Index property in class:Antlr.Runtime.BufferedTokenStream
170 _lastMarker = Index;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs412 int i = Index;
464 lastMarker = Index;
473 public virtual int Index property in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
H A DTreeWizard.cs242 public IDictionary<int, IList> Index( object t ) method in class:Antlr.Runtime.Tree.TreeWizard
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h90 struct Index { struct in namespace:disk_cache
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c37 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:proxy_info
77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C);
82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index;
127 proxy->Index = rc_find_free_temporary(sap->S->C);
139 *pindex = proxy->Index;
167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index;
170 inst_mov->U.I.SrcReg[0].Index = index;
186 inst_cmp->U.I.DstReg.Index
[all...]
H A Dradeon_emulate_loops.c51 int Index; member in struct:count_inst
93 value->Src->Index != index ||
100 inst->U.I.SrcReg[0].Index)){
106 inst->U.I.SrcReg[0].Index,
122 count_inst->Index != index ||
141 inst->U.I.SrcReg[0].Index == count_inst->Index &&
145 inst->U.I.SrcReg[1].Index == count_inst->Index &&
155 inst->U.I.SrcReg[amnt_src_index].Index)){
[all...]
H A Dradeon_program.h45 signed int Index:(RC_REGISTER_INDEX_BITS+1); member in struct:rc_src_register
59 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:rc_dst_register
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c73 struct match_info Index; member in struct:src_tokens
112 tokens.Index.String = src_str + matches[4].rm_so;
113 tokens.Index.Length = match_length(matches, 4);
138 /* Index */
140 src_reg->Index = strtol(tokens.Index.String, NULL, 10);
193 src_reg->File, src_reg->Index, src_reg->Swizzle,
202 struct match_info Index; member in struct:dst_tokens
234 tokens.Index.String = dst_str + matches[2].rm_so;
235 tokens.Index
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp364 uint64_t Index = BasePtr->getZExtValue(); local
365 assert(Index % TypeDwordWidth == 0 && "USER_SGPR not properly aligned");
366 unsigned SGPRIndex = Index / TypeDwordWidth;
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc422 CaptureSinkFilter::GetPin(IN int Index) argument
426 if (Index == 0)
/external/chromium_org/v8/src/
H A Dinterface.h133 int Index() { function in class:v8::internal::Interface
/external/clang/include/clang/Sema/
H A DDesignator.h51 Expr *Index; member in struct:clang::Designator::ArrayDesignatorInfo
91 return ArrayInfo.Index;
136 static Designator getArray(Expr *Index, argument
140 D.ArrayInfo.Index = Index;

Completed in 3147 milliseconds

1234567891011>>