Searched defs:InstructionTemplate (Results 1 – 2 of 2) 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