HomeSort by: relevance | last modified time | path
    Searched refs:GroupIdx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 1197 SmallVector<unsigned, 8> GroupIdx;
1208 GroupIdx.push_back(MIB->getNumOperands());
1248 unsigned DefIdx = GroupIdx[DefGroup] + 1;
1249 unsigned UseIdx = GroupIdx.back() + 1;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 1106 unsigned &GroupIdx = RevGroupMap[SignatureSymbol];
1107 if (!GroupIdx) {
1110 GroupIdx = addToSectionTable(Group);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1169 SmallVector<unsigned, 8> GroupIdx;
1176 unsigned CurGroup = GroupIdx.size();
1177 GroupIdx.push_back(i);
1187 unsigned Delta = i - GroupIdx[TiedGroup];

Completed in 35 milliseconds