HomeSort by relevance Sort by last modified time
    Searched refs:BaseIdx (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 28 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) {
36 OperandMap[BaseIdx + i].Kind = OpData::Reg;
37 OperandMap[BaseIdx + i].Data.Reg = DI->getDef();
44 // FIXME: We probably shouldn't ever get a non-zero BaseIdx here.
45 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
46 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec)
50 Insn.Operands[BaseIdx + i].Rec->getName() + "'");
55 OperandMap[BaseIdx + i + I].Kind = OpData::Operand;
58 OperandMap[BaseIdx + i].Kind = OpData::Imm;
59 OperandMap[BaseIdx + i].Data.Imm = II->getValue()
    [all...]
PseudoLoweringEmitter.h 53 unsigned BaseIdx);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 305 SVal BaseIdx = ElemR->getIndex();
307 if (!isa<nonloc::ConcreteInt>(BaseIdx))
310 const llvm::APSInt& BaseIdxI = cast<nonloc::ConcreteInt>(BaseIdx).getValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]

Completed in 1384 milliseconds