Lines Matching refs:InstructionTemplate
18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate() function in llvm::exegesis::InstructionTemplate
21 InstructionTemplate::InstructionTemplate(InstructionTemplate &&) = default;
23 InstructionTemplate &InstructionTemplate::
24 operator=(InstructionTemplate &&) = default;
26 InstructionTemplate::InstructionTemplate(const InstructionTemplate &) = default;
28 InstructionTemplate &InstructionTemplate::
29 operator=(const InstructionTemplate &) = default;
31 unsigned InstructionTemplate::getOpcode() const { in getOpcode()
35 MCOperand &InstructionTemplate::getValueFor(const Variable &Var) { in getValueFor()
39 const MCOperand &InstructionTemplate::getValueFor(const Variable &Var) const { in getValueFor()
43 MCOperand &InstructionTemplate::getValueFor(const Operand &Op) { in getValueFor()
47 const MCOperand &InstructionTemplate::getValueFor(const Operand &Op) const { in getValueFor()
51 bool InstructionTemplate::hasImmediateVariables() const { in hasImmediateVariables()
57 MCInst InstructionTemplate::build() const { in build()