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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 311 /// ResultInstOperandIndex - For each operand, this vector holds a pair of
316 std::vector<std::pair<unsigned, int> > ResultInstOperandIndex;
CodeGenInstruction.cpp 560 ResultInstOperandIndex.push_back(std::make_pair(i, -1));
576 ResultInstOperandIndex.push_back(std::make_pair(i, SubOp));
AsmMatcherEmitter.cpp     [all...]
AsmWriterEmitter.cpp 750 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
    [all...]

Completed in 161 milliseconds