/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 332 auto RetAttrs = Sets.getLink(RetInfo.Index).Attrs; 333 auto ParamAttrs = Sets.getLink(ParamInfo.Index).Attrs; 335 getIndexRelation(Sets, ParamInfo.Index, RetInfo.Index); 358 auto &MainAttrs = Sets.getLink(MainInfo.Index).Attrs; 362 auto &SubAttrs = Sets.getLink(SubInfo.Index).Attrs; 364 getIndexRelation(Sets, MainInfo.Index, SubInfo.Index); 599 auto Index = NodeImpls.size(); 600 auto NewNode = Node(Index); [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaDecoder.cs | 208 uint index = (i << Base.kNumPosStatesBitsMax) + j;
209 m_IsMatchDecoders[index].Init();
210 m_IsRep0LongDecoders[index].Init();
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecoder) != 0)
256 if (m_IsMatchDecoders[(state.Index << Base.kNumPosStatesBitsMax) + posState].Decode(m_RangeDecoder) == 0)
272 if (m_IsRepDecoders[state.Index].Decode(m_RangeDecoder) == 1)
274 if (m_IsRepG0Decoders[state.Index].Decode(m_RangeDecoder) == 0)
276 if (m_IsRep0LongDecoders[(state.Index << Base.kNumPosStatesBitsMax) + posState].Decode(m_RangeDecoder) == 0)
287 if (m_IsRepG1Decoders[state.Index].Decode(m_RangeDecoder) == 0)
293 if (m_IsRepG2Decoders[state.Index].Decode(m_RangeDecoder) == 0) [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 141 int maxInput, maxGeneric; /**< max input index found */ 159 decl->Semantic.Index == 0) { 173 (int) decl->Semantic.Index > aactx->maxGeneric) { 174 aactx->maxGeneric = decl->Semantic.Index; 243 decl.Semantic.Index = aactx->maxGeneric + 1; 281 newInst.Dst[0].Register.Index = aactx->texTemp; 286 newInst.Src[0].Register.Index = aactx->maxInput + 1; 288 newInst.Src[1].Register.Index = aactx->freeSampler; 297 newInst.Dst[0].Register.Index = aactx->colorOutput; 301 newInst.Src[0].Register.Index = aactx->colorTemp [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) 196 if (index > code->max_temp_idx) 197 code->max_temp_idx = index; 209 return src.Index | R500_RGB_ADDR0_CONST; 211 use_temporary(code, src.Index); 212 return src.Index; 214 return src.Index | (1 << 7); 291 switch(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Index) { 307 switch(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) { 415 use_temporary(code, inst->SrcReg[0].Index); [all...] |
/external/mesa3d/src/mesa/program/ |
nvfragparse.c | 587 RETURN_ERROR1("Invalied TEX# source index"); 878 dstReg->Index = idx; 885 dstReg->Index = idx; 892 dstReg->Index = idx; 1007 srcReg->Index = idx; 1014 srcReg->Index = idx; 1021 srcReg->Index = idx; 1034 srcReg->Index = paramIndex; 1046 srcReg->Index = paramIndex; 1059 srcReg->Index = paramIndex; [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 170 // -c-index-test gets a CXTranslationUnit 176 // -c-index-test wants to check whether an error occurred after performing 222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { 233 if (Index >= Diags->getNumDiagnostics()) 236 return Diags->getDiagnostic(Index); 462 unsigned Index) { 464 if (Index < D->getNumDiagnostics()) 465 return D->getDiagnostic(Index);
|
/external/eigen/test/ |
triangular.cpp | 22 typename MatrixType::Index rows = m.rows(); 23 typename MatrixType::Index cols = m.cols(); 122 typedef const typename MatrixType::Index Index; 127 Index rows = m.rows(); 128 Index cols = m.cols();
|
cholesky.cpp | 63 typedef typename MatrixType::Index Index; 67 Index rows = m.rows(); 68 Index cols = m.cols(); 248 typedef typename MatrixType::Index Index; 250 Index rows = m.rows(); 251 Index cols = m.cols();
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 101 PBQPNum& operator[](unsigned Index) { 103 assert(Index < Length && "Vector element access out of bounds."); 104 return Data[Index]; 108 const PBQPNum& operator[](unsigned Index) const { 110 assert(Index < Length && "Vector element access out of bounds."); 111 return Data[Index]; 130 /// \brief Returns the index of the minimum value in this vector
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 330 // Helper function that checks if the value of a vector index is within the 588 k_RegisterIndex, /// A register index in one or more RegKind. 612 unsigned Index; /// Index into the register class 642 static std::unique_ptr<MipsOperand> CreateReg(unsigned Index, RegKind RegKind, 647 Op->RegIdx.Index = Index; 660 AsmParser.warnIfRegIndexIsAT(RegIdx.Index, StartLoc); 662 return RegIdx.RegInfo->getRegClass(ClassID).getRegister(RegIdx.Index); 670 return RegIdx.RegInfo->getRegClass(ClassID).getRegister(RegIdx.Index); [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 292 unsigned Index = 0; 297 Result[Index] = *I; 305 Result[Index] = JustLoad; 307 ++Index; 324 unsigned Index = 0; 329 Result[Index] = *I; 337 Result[Index] = JustStore; 339 ++Index; 544 int Index = (int)Objects.size() - NumFixedObjects - 1; 545 assert(Index >= 0 && "Bad frame index!") [all...] |
/external/llvm/lib/Transforms/Scalar/ |
StraightLineStrengthReduce.cpp | 92 : CandidateKind(Invalid), Base(nullptr), Index(nullptr), 96 : CandidateKind(CT), Base(B), Index(Idx), Stride(S), Ins(I), 100 // Note that Index and Stride of a GEP candidate do not necessarily have the 102 // sign-extended or truncated to Index's type. 103 ConstantInt *Index; 114 // <Base: a, Index: 1, Stride: b + 2> 118 // <Base: b, Index: 2, Stride: a + 1> 168 // Splits LHS into Base + Index and, if succeeds, calls 187 // constant index, and invokes allocateCandidatesAndFindBasis with the 277 // Returns whether (Base + Index * Stride) can be folded to an addressing mode [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_aos.c | 122 LLVMValueRef index; local 127 index = lp_build_const_int32(bld->bld_base.base.gallivm, 128 reg->Register.Index * 4 + chan); 130 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr, &index, 1, ""); 134 lp_build_name(scalar, "const[%u].%c", reg->Register.Index, "xyzw"[chan]); 180 LLVMValueRef res = bld->immediates[reg->Register.Index]; 193 LLVMValueRef res = bld->inputs[reg->Register.Index]; 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; 224 unsigned index, 228 const struct tgsi_full_dst_register *reg = &inst->Dst[index]; [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 460 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index, 462 assert(!SLocEntryLoaded[Index]); 463 if (ExternalSLocEntries->ReadSLocEntry(-(static_cast<int>(Index) + 2))) { 467 if (!SLocEntryLoaded[Index]) { 469 LoadedSLocEntryTable[Index] = SLocEntry::get(0, 476 return LoadedSLocEntryTable[Index]; 565 unsigned Index = unsigned(-LoadedID) - 2; 566 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); 567 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); 568 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 90 * list in which the index levels are represented in separate 95 * for the heavily-traversed index lists than can be used for the 97 * possible list with 2 levels of index: 99 * Head nodes Index nodes 216 * Index levels are maintained as lists with volatile next fields, 217 * using CAS to link and unlink. Races are allowed in index-list 218 * operations that can (rarely) fail to link in a new index node 220 * However, even when this happens, the index lists remain sorted, 228 * The fact that retries (for both base and index lists) are 237 * Unlike most skip-list implementations, index insertion an [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseRecognizer.h | 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol; 175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseRecognizer.h | 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol; 175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseRecognizer.h | 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol; 175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.h | 166 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol; 167 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
|
/external/clang/include/clang/Sema/ |
Initialization.h | 91 // enum as an index for its first %select. When modifying this list, 154 /// EK_ComplexElement, the index of the array or vector element being 156 unsigned Index; 185 InitializedEntity(ASTContext &Context, unsigned Index, 312 unsigned Index, 314 return InitializedEntity(Context, Index, Parent); 405 /// element's index. 409 return Index; 412 /// element, sets the element index. 413 void setElementIndex(unsigned Index) { [all...] |
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
Scaling.h | 52 typedef typename MatrixType::Index Index;
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 396 SK_InsertSubvector, ///< InsertSubvector. Index indicates start offset. 397 SK_ExtractSubvector ///< ExtractSubvector Index indicates start offset. 432 /// The index and subtype parameters are used by the subvector insertion and 434 int getShuffleCost(ShuffleKind Kind, Type *Tp, int Index = 0, 450 /// Use -1 to indicate that there is no information on the index value. 451 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index = -1) const; 604 virtual int getShuffleCost(ShuffleKind Kind, Type *Tp, int Index, 611 unsigned Index) = 0; [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIRegisterInfo.cpp | 268 int Index = MI->getOperand(FIOperandNum).getIndex(); 283 MFI->getSpilledReg(MF, Index, i); 297 // frame index, we should delete the frame index when all references to 316 MFI->getSpilledReg(MF, Index, i); 362 FrameInfo->getObjectOffset(Index), RS); 375 FrameInfo->getObjectOffset(Index), RS); 381 int64_t Offset = FrameInfo->getObjectOffset(Index); 549 unsigned Index = getHWRegIndex(Reg); 550 return SubRC->getRegister(Index + Channel) [all...] |
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 339 int Index = Base + (Element & 0xf); 340 ShuffleMask.push_back(Index); 363 int Index = Base + (M & 0xf); 364 ShuffleMask.push_back(Index); 409 int Index = Base + (Element & 0x3); 410 ShuffleMask.push_back(Index); 425 int Index = Base + (Element & 0x3); 426 ShuffleMask.push_back(Index); 471 // length and index work with whole bytes. 479 // If the length + index exceeds the bottom 64 bits the result is undefined [all...] |