HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 95 void emitSIBByte(unsigned SS, unsigned Index, unsigned Base);
366 unsigned Index,
369 MCE.emitByte(ModRMByte(SS, Index, Base));
496 if (// The SIB byte must be used if there is an index register.
536 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
542 // MOD=0, BASE=4, to JUST get the index, scale, and displacement.
    [all...]
X86InstrInfo.cpp 268 // Index 0, folded load and store, no alignment requirement.
538 // Index 1, folded load
    [all...]
X86ISelLowering.cpp 77 /// simple subregister reference. Idx is an index in the 128 bits we
102 // This is the index of the first element of the 128-bit chunk
119 /// simple superregister reference. Idx is an index in the 128 bits
138 // This is the index of the first element of the 128-bit chunk
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 27 Index
55 # o fix memory management issues (currently client must hold on to index and
338 # to hang a description and name, (c) easy to keep in sync with Index.h.
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 584 if (Attr.Index == 0)
586 else if (Attr.Index-1 < FT->getNumParams())
587 Ty = FT->getParamType(Attr.Index-1);
591 VerifyParameterAttrs(Attr.Attrs, Ty, Attr.Index == 0, V);
599 Assert1(Attr.Index == 1, "Attribute sret not on first parameter!", V);
620 unsigned LastIndex = Attrs.getSlot(LastSlot).Index;
623 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params)))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 437 // If Function attributes are using index 0 then transfer them
438 // to index ~0. Index 0 is used for return value attributes but used to be
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 99 /// The destination index value.
544 JumpDest() : Block(0), ScopeDepth(), Index(0) {}
547 unsigned Index)
548 : Block(Block), ScopeDepth(Depth), Index(Index) {}
553 unsigned getDestIndex() const { return Index; }
558 unsigned Index;
    [all...]
CGClass.cpp 308 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
420 unsigned Index) {
421 if (Index == MemberInit->getNumArrayIndices()) {
426 // If we have an array index variable, load it and use it as an offset.
457 = CGF.GetAddrOfLocalVar(MemberInit->getArrayIndex(Index));
458 assert(IndexVar && "Array index variable not loaded");
460 // Initialize this index variable to zero.
473 // Generate: if (loop-index < number-of-elements) fall to the loop body,
494 Array->getElementType(), Index + 1);
590 // Create an array index that will be used to walk over all of th
    [all...]
CGStmt.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 189 // Compute the index
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 661 // OffsetIndex is the index of this vcall or vbase offset, relative to the
843 /// VTableIndex - The index in the vtable that this method has.
844 /// (For destructors, this is the index of the complete destructor).
867 /// VTableThunks - The thunks by vtable index in the vtable currently being
    [all...]
  /external/clang/lib/Analysis/
AnalysisContext.cpp 207 Profile(ID, getAnalysisContext(), getParent(), CallSite, Block, Index);
  /external/clang/lib/Driver/
ToolChains.cpp 736 unsigned Index = Args.getBaseArgs().MakeIndex(A->getValue(Args, 1));
737 unsigned Prev = Index;
738 Arg *XarchArg = Opts.ParseOneArg(Args, Index);
748 if (!XarchArg || Index > Prev + 1) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 561 Value *Index = I->getOperand(i);
566 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue();
571 // Handle array index arithmetic.
574 unsigned GEPOpiBits = Index->getType()->getScalarSizeInBits();
578 ComputeMaskedBits(Index, LocalMask,
    [all...]
  /external/clang/include/clang-c/
Index.h 1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\
58 * \brief An "index" that consists of a set of translation units that would
64 * \brief A single translation unit, which resides in an index.
200 * \brief Destroy the given index.
202 * The index must not be destroyed until all of the translation units created
203 * within that index have been destroyed.
205 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
534 * \param Index the zero-based diagnostic number to retrieve.
540 unsigned Index);
713 * \param Range the zero-based index specifying which range t
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 18 #include "clang/Index/TranslationUnit.h"
250 unsigned Index, ExplodedNode *Pred) {
252 L.getCalleeContext(), Block, Index);
528 // Still use the index of the CallExpr. It's needed to create the callee
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 462 // If Function attributes are using index 0 then transfer them
463 // to index ~0. Index 0 is used for return value attributes but used to be
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 105 void EmitSIBByte(unsigned SS, unsigned Index, unsigned Base,
108 EmitByte(ModRMByte(SS, Index, Base), CurByte, OS);
284 if (// The SIB byte must be used if there is an index register.
325 IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!");
331 // MOD=0, BASE=5, to JUST get the index, scale, and displacement.
401 // register is used for index in SIB Byte.
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i)
392 // value, only index at which we were inserted counts.
525 // that part and store the results for this index only.
666 // -1 means unused, other numbers are the new index
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 40 const char* kIndexName = "index";
44 // Note that the actual target is to keep the index table load factor under 55%
76 // and index number. For instance, if the arguments are "/foo", "bar" and 5, it
79 int index) {
81 name.c_str(), index);
727 // followed by saving that to disk, then linking the entry though the index
732 // c. A fully formed entry, reachable only through the index.
777 // Link this entry through the index.
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 530 /// scope index; can be negative
580 /// modifier, size of the array (if known), size expression, and index type
594 /// modifier, (known) size of the array, and index type qualifiers.
605 /// modifier, and index type qualifiers.
615 /// size modifier, size expression, and index type qualifiers.
626 /// size modifier, size expression, and index type qualifiers.
    [all...]

Completed in 797 milliseconds

1 2 3 4 5 6 78 910