Searched defs:InstructionTemplate (Results 1 – 3 of 3) sorted by relevance
25 struct InstructionTemplate { struct29 InstructionTemplate &operator=(const InstructionTemplate &); // default argument31 InstructionTemplate &operator=(InstructionTemplate &&); // default argument47 // Builds an MCInst from this InstructionTemplate setting its operands argument54 SmallVector<MCOperand, 4> VariableValues;
18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate() function in llvm::exegesis::InstructionTemplate
385 generateCodeTemplates(InstructionTemplate, const BitVector &) const override { in generateCodeTemplates() argument