HomeSort by: relevance | last modified time | path
    Searched refs:BaseIndex (Results 1 - 14 of 14) 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/gpl3/gdb.old/dist/opcodes/
i386-opc.h 892 BaseIndex,
946 unsigned int baseindex:1;
i386-gen.c 548 BITFIELD (BaseIndex),
1055 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1334 int baseindex = 0; local
1369 if (strcasecmp(str, "BaseIndex") == 0)
1370 baseindex = 1;
1374 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 939 BaseIndex,
993 unsigned int baseindex:1;
i386-gen.c 598 BITFIELD (BaseIndex),
1119 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1398 int baseindex = 0; local
1433 if (strcasecmp(str, "BaseIndex") == 0)
1434 baseindex = 1;
1438 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 926 BaseIndex,
980 unsigned int baseindex:1;
i386-gen.c 578 BITFIELD (BaseIndex),
1099 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1378 int baseindex = 0; local
1413 if (strcasecmp(str, "BaseIndex") == 0)
1414 baseindex = 1;
1418 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 926 BaseIndex,
980 unsigned int baseindex:1;
i386-gen.c 578 BITFIELD (BaseIndex),
1085 while (full != NULL && strstr(full, "BaseIndex") == NULL)
1364 int baseindex = 0; local
1399 if (strcasecmp(str, "BaseIndex") == 0)
1400 baseindex = 1;
1404 if (stage == stage_opcodes && baseindex && !active_isstring)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 409 unsigned BaseIndex = 0) {
412 return InstructionsState(VL[BaseIndex], nullptr, nullptr);
414 bool IsCastOp = isa<CastInst>(VL[BaseIndex]);
415 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]);
416 unsigned Opcode = cast<Instruction>(VL[BaseIndex])->getOpcode();
418 unsigned AltIndex = BaseIndex;
434 Type *Ty0 = cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType();
450 return InstructionsState(VL[BaseIndex], nullptr, nullptr);
453 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 1780 unsigned BaseIndex = 0;
1782 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++));
ExprConstant.cpp 2376 unsigned BaseIndex = 0;
2379 Value.getStructBase(BaseIndex), Kind,
2382 ++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(),

Completed in 57 milliseconds