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

  /external/llvm/lib/MC/MCDisassembler/
EDToken.h 122 /// @arg operandOrder - The order of the operands from the operandFlags array
128 const signed char *operandOrder,
EDToken.cpp 90 const signed char *operandOrder,
195 token->setOperandID(operandOrder[operandIndex - 1]);
  /external/llvm/utils/TableGen/
EDEmitter.cpp 210 /// @arg operandOrder - The array that will be populated with the operand
216 void populateOperandOrder(CompoundConstantEmitter *operandOrder,
230 operandOrder->addEntry(
890 CompoundConstantEmitter *operandOrder =
893 operandOrderArray->addEntry(operandOrder);
896 populateOperandOrder(operandOrder, inst, syntaxIndex);
    [all...]

Completed in 86 milliseconds