Home
last modified time | relevance | path

Searched refs:getExplicitOperandInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp56 getExplicitOperandInfo().OperandType == MCOI::OPERAND_MEMORY; in isMemory()
61 getExplicitOperandInfo().OperandType == MCOI::OPERAND_IMMEDIATE; in isImmediate()
78 const MCOperandInfo &Operand::getExplicitOperandInfo() const { in getExplicitOperandInfo() function in llvm::exegesis::Operand
DSnippetGenerator.cpp230 if (Op.getExplicitOperandInfo().OperandType >= in randomizeMCOperand()
234 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeMCOperand()
DMCInstrDescView.h82 const MCOperandInfo &getExplicitOperandInfo() const;
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp204 Op.getExplicitOperandInfo().OperandType == MCOI::OPERAND_PCREL) in isInvalidOpcode()
210 Op.getExplicitOperandInfo().RegClass == X86::RSTRegClassID) in isInvalidOpcode()
783 switch (Op.getExplicitOperandInfo().OperandType) { in randomizeTargetMCOperand()
793 .concat(Twine(Op.getExplicitOperandInfo().OperandType))); in randomizeTargetMCOperand()
885 switch (Instr.getPrimaryOperand(Var).getExplicitOperandInfo().OperandType) { in generateInstructionVariants()