/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCInstrInfo.cpp | 149 size_t Index) { 150 assert(Index <= bundleSize(MCB)); 151 if (Index == 0) 154 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst(); 341 bool HexagonMCInstrInfo::hasExtenderForIndex(MCInst const &MCB, size_t Index) { 342 return extenderForIndex(MCB, Index) != nullptr; 359 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { 361 assert(Index < HEXAGON_PACKET_SIZE); 362 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst(); 564 int64_t HexagonMCInstrInfo::minConstant(MCInst const &MCI, size_t Index) { [all...] |
/external/llvm/test/MC/MachO/ARM/ |
darwin-ARM-reloc.s | 41 @ CHECK: Index: 0 62 @ CHECK: Index: 1 81 @ CHECK: Index: 2
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 61 int Index : 16; /* SINT */ 84 int Index : 16; /* SINT */ 217 unsigned index ); 221 unsigned index, 227 unsigned index, 270 unsigned index ); 293 /* Supply an index to the sampler declaration as this is the hook to 300 unsigned index ); 304 unsigned index, [all...] |
tgsi_ppc.c | 141 reg->Register.Index < MAX_PPC_TEMPS); 152 reg->Register.Index < MAX_PPC_TEMPS); 232 * Return index of vector register containing {1.0, 1.0, 1.0, 1.0}. 245 * Return index of vector register containing {1<<31, 1<<31, 1<<31, 1<<31}. 278 int offset = (reg->Register.Index * 4 + swizzle) * 16; 290 dst_vec = gen->temps_map[reg->Register.Index][swizzle]; 294 int offset = (reg->Register.Index * 4 + swizzle) * 16; 302 int offset = (reg->Register.Index * 4 + swizzle) * 4; 318 int offset = (reg->Register.Index * 4 + swizzle) * 4; 393 if (a->Register.Index != b->Register.Index [all...] |
/external/mesa3d/src/mesa/main/ |
fog.c | 146 if (ctx->Fog.Index == *params) 149 ctx->Fog.Index = *params; 217 ctx->Fog.Index = 0.0;
|
/external/mesa3d/src/mesa/program/ |
program.c | 681 inst[i].SrcReg[j].Index == oldIndex) { 683 inst[i].SrcReg[j].Index = newIndex; 687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) { 689 inst[i].DstReg.Index = newIndex; 697 * increment the parameter index by 'offset'. 711 inst[i].SrcReg[j].Index += offset; 872 ASSERT(inst->DstReg.Index < usedSize); 873 if(inst->DstReg.Index < usedSize) 874 used[inst->DstReg.Index] = GL_TRUE; 879 ASSERT(inst->SrcReg[j].Index < usedSize) [all...] |
prog_opt_constant_fold.c | 55 src.Index = _mesa_add_unnamed_constant(prog->Parameters, 70 src.Index = _mesa_add_unnamed_constant(prog->Parameters, 81 && (a->Index == b->Index) 93 prog->Parameters->ParameterValues[r->Index];
|
/external/mesa3d/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 165 GLuint index ) 172 if (ureg_dst_is_undef(t->temps[index])) 173 t->temps[index] = ureg_DECL_temporary( t->ureg ); 175 return t->temps[index]; 179 assert(index < VERT_RESULT_MAX); 181 assert(index < FRAG_RESULT_MAX); 183 assert(index < GEOM_RESULT_MAX); 185 assert(t->outputMapping[index] < Elements(t->outputs)); 187 return t->outputs[t->outputMapping[index]]; 190 return t->address[index]; [all...] |
/external/eigen/Eigen/src/SparseCore/ |
TriangularSolver.h | 43 lastIndex = it.index(); 74 while(it && it.index()<i) 78 eigen_assert(it && it.index()==i); 82 else if (it && it.index() == i) 86 tmp -= it.value() * other.coeff(it.index(),col); 113 while(it && it.index()<i) 117 eigen_assert(it && it.index()==i); 120 if (it && it.index()==i) 123 other.coeffRef(it.index(), col) -= tmp * it.value(); 148 while(it && it.index()!=i [all...] |
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 140 typedef typename MatrixType::Index Index; 163 inline Index rows() const { return m_copyMatrix.rows(); } 164 inline Index cols() const { return m_copyMatrix.cols(); } 304 if( ((MatrixType::Flags&RowMajorBit)==RowMajorBit) || sizeof(typename MatrixType::Index)!=sizeof(int) || !mat.isCompressed() )
|
/external/llvm/lib/CodeGen/ |
MachineModuleInfo.cpp | 61 unsigned Index; // The index in BBCallbacks for the BasicBlock. 109 Entry.Index = BBCallbacks.size() - 1; 138 BBCallbacks[Entry.Index] = nullptr; // Clear the callback. 165 BBCallbacks[OldEntry.Index].setPtr(New); // Update the callback. 170 BBCallbacks[OldEntry.Index] = nullptr; // Update the callback.
|
/external/llvm/lib/Support/ |
YAMLTraits.cpp | 198 bool Input::preflightElement(unsigned Index, void *&SaveInfo) { 203 CurrentNode = SQ->Entries[Index].get(); 215 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { 220 CurrentNode = SQ->Entries[index].get(); 277 unsigned Index = 0; 281 BitValuesUsed[Index] = true; 287 ++Index; 478 bool Output::preflightDocument(unsigned index) { 479 if (index > 0)
|
/external/llvm/tools/dsymutil/ |
MachODebugMapParser.cpp | 86 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, uint32_t StringIndex, 91 void dumpSymTabEntry(raw_ostream &OS, uint64_t Index, const STEType &STE) { 92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, 205 OS << "Index n_strx n_type n_sect n_desc n_value\n"; 209 void MachODebugMapParser::dumpSymTabEntry(raw_ostream &OS, uint64_t Index, 213 // Index 214 OS << '[' << format_decimal(Index, 6) << "] "
|
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 288 auto Index = Kind - DW_SECT_INFO; 290 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index]; 291 ContributionOffsets[Index] += 292 (CurEntry.Contributions[Index].Length = Contents.size()); 333 // Lie about there being no info contributions so the TU index only includes
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 96 if (vp->consts[idx].index == pipe) 105 vpd->index = pipe; 127 sr |= (src.reg.index << NVFX_VP(SRC_TEMP_SRC_SHIFT)); 132 vp->ir |= (1 << src.reg.index); 133 hw[1] |= (src.reg.index << NVFX_VP(INST_INPUT_SRC_SHIFT)); 138 if (src.reg.index < 256 && src.reg.index >= -256) { 140 reloc.target = src.reg.index; 143 hw[1] |= (src.reg.index << NVFX_VP(INST_CONST_SRC_SHIFT)) & 220 hw[0] |= (dst.index << NV30_VP_INST_DEST_TEMP_ID_SHIFT) [all...] |
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 525 /// \brief Retrieve the depth and index of a parameter pack. 551 // Compute the depth and index for this parameter pack. 552 unsigned Depth = 0, Index = 0; 559 Index = TTP->getIndex(); 566 std::tie(Depth, Index) = getDepthAndIndex(ND); 590 // If we don't have a template argument at this depth/index, then we 594 !TemplateArgs.hasTemplateArgument(Depth, Index)) { 600 NewPackSize = TemplateArgs(Depth, Index).pack_size(); 612 if (PartialDepth == Depth && PartialIndex == Index) 654 // Compute the depth and index for this parameter pack [all...] |
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 450 /** \internal Returns the index of the first element of the array that is well aligned for vectorization. 466 template<typename Scalar, typename Index> 467 static inline Index first_aligned(const Scalar* array, Index size) 469 static const Index PacketSize = packet_traits<Scalar>::size; 470 static const Index PacketAlignedMask = PacketSize-1; 486 return std::min<Index>( (PacketSize - (Index((size_t(array)/sizeof(Scalar))) & PacketAlignedMask)) 493 template<typename Index> 494 inline static Index first_multiple(Index size, Index base [all...] |
/external/llvm/tools/sancov/ |
sancov.cc | 304 for (uint64_t Index = 0, Size = 0; Index < Section.getSize(); 305 Index += Size) { 307 if (!DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), 308 SectionAddr + Index, nulls(), nulls())) { 315 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { 318 Addrs->insert(Index + SectionAddr + Size - 1);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 56 unsigned int Index:RC_REGISTER_INDEX_BITS; 162 rc_register_file file, unsigned int index, unsigned int mask) 171 s->Input[index].Used = 1; 172 reg = &s->Input[index]; 186 rc_register_file * file, unsigned int * index) 192 reg = &s->Temporary[*index]; 194 reg = &s->Input[*index]; 199 *index = reg->Index; 213 s->Input[input].Index = hwreg 430 unsigned int index = reg_get_index(reg); local 444 unsigned int index, a_mask, b_mask; local 540 unsigned int i, j, index, input_node, node_count, node_index; local 693 unsigned int index = reg_get_index(reg); local [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | 184 /// getExpr - Return the Expr at the specified index. 185 Expr *getElement(unsigned Index) { 186 assert((Index < NumElements) && "Arg access out of range!"); 187 return cast<Expr>(getElements()[Index]); 189 const Expr *getElement(unsigned Index) const { 190 assert((Index < NumElements) && "Arg access out of range!"); 191 return cast<Expr>(getElements()[Index]); 318 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { 319 assert((Index < NumElements) && "Arg access out of range!"); 320 const KeyValuePair &KV = getKeyValues()[Index]; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | 468 STDMETHOD(GetDumpFile)(THIS_ ULONG Index,PSTR Buffer,ULONG BufferSize,PULONG NameSize,PULONG64 Handle,PULONG Type) PURE; 469 STDMETHOD(GetDumpFileWide)(THIS_ ULONG Index,PWSTR Buffer,ULONG BufferSize,PULONG NameSize,PULONG64 Handle,PULONG Type) PURE; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_emit.c | 40 /* Return the SrcReg index of the channels that can be immediate float operands 112 inst->DstReg.Index < first_reladdr_output) 113 first_reladdr_output = inst->DstReg.Index; 130 c->current_const[i].index = -1; 247 /* constant_map maps from ParameterValues[] index to index in the 272 if (c->constant_map[inst->SrcReg[arg].Index] == -1) { 273 c->constant_map[inst->SrcReg[arg].Index] = constant++; 287 * uses a 1:1 mapping from Mesa IR's index to location in the pull constant 1061 if (c->current_const[argIndex].index != src->Index) 1247 const GLint index = inst->SrcReg[argIndex].Index; local 1837 GLuint index; local 1861 GLuint index = src->Index; local [all...] |
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 510 unsigned Index = 1; 512 ie = Asm.end(); it != ie; ++it, ++Index) 513 SectionIndexMap[&*it] = Index; 514 assert(Index <= 256 && "Too many sections!"); 550 assert(MSD.SectionIndex && "Invalid section index!"); 573 assert(MSD.SectionIndex && "Invalid section index!"); 583 Index = 0; 587 Entry.Symbol->setIndex(Index++); 594 // Set the Index and the IsExtern bit. 595 unsigned Index = Rel.Sym->getIndex() [all...] |
ELFObjectWriter.cpp | 116 // This holds the symbol table index of the last local symbol. 118 // This holds the .strtab section index. 120 // This holds the .symtab section index. 187 // Map from a signature symbol to the group section index 193 /// \param SectionIndexMap - Maps a section to its index. 277 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; 283 write(Index); // st_shndx 292 write(Index); // st_shndx 823 assert(MSD.SectionIndex && "Invalid section index!"); 879 // This holds the .symtab_shndx section index [all...] |
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 60 // sections and symbols can be referenced by name instead of by index. 207 unsigned Index; 208 if (SN2I.lookup(Sec->Link, Index)) { 213 SHeader.sh_link = Index; 223 unsigned Index; 224 if (SN2I.lookup(S->Info, Index)) { 225 if (S->Info.getAsInteger(0, Index)) { 231 SHeader.sh_info = Index; 269 // One greater than symbol table index of the last local symbol. 325 unsigned Index; [all...] |