HomeSort by: relevance | last modified time | path
    Searched defs:BaseIndex (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
VirtRegMap.cpp 375 SlotIndex BaseIndex = LIS->getInstructionIndex(MI);
378 assert(LI.liveAt(BaseIndex) &&
385 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex))
CodeGenPrepare.cpp 5941 Value *BaseIndex = ConstantInt::get(IntPtrTy, BaseOffset);
5946 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep");
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 1780 unsigned BaseIndex = 0;
1782 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 4967 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue();
4972 Assert(BaseIndex < Opt->Inputs.size(),
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 939 BaseIndex,
993 unsigned int baseindex:1;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 926 BaseIndex,
980 unsigned int baseindex:1;
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 892 BaseIndex,
946 unsigned int baseindex:1;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 875 BaseIndex,
929 unsigned int baseindex:1;

Completed in 83 milliseconds