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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 82 const MCOperandInfo &getExplicitOperandInfo() const;
MCInstrDescView.cpp 56 getExplicitOperandInfo().OperandType == MCOI::OPERAND_MEMORY;
61 getExplicitOperandInfo().OperandType == MCOI::OPERAND_IMMEDIATE;
78 const MCOperandInfo &Operand::getExplicitOperandInfo() const {
SnippetGenerator.cpp 230 if (Op.getExplicitOperandInfo().OperandType >=
234 switch (Op.getExplicitOperandInfo().OperandType) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp 221 Op.getExplicitOperandInfo().OperandType == MCOI::OPERAND_PCREL)
227 Op.getExplicitOperandInfo().RegClass == X86::RSTRegClassID)
812 switch (Op.getExplicitOperandInfo().OperandType) {
822 .concat(Twine(Op.getExplicitOperandInfo().OperandType)));
914 switch (Instr.getPrimaryOperand(Var).getExplicitOperandInfo().OperandType) {

Completed in 154 milliseconds