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 217 /// @arg operandOrder - The array that will be populated with the operand
223 static void populateOperandOrder(CompoundConstantEmitter *operandOrder,
237 operandOrder->addEntry(
902 CompoundConstantEmitter *operandOrder =
905 operandOrderArray->addEntry(operandOrder);
908 populateOperandOrder(operandOrder, inst, syntaxIndex);
    [all...]

Completed in 194 milliseconds