Home
last modified time | relevance | path

Searched defs:InstructionTemplate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h25 struct InstructionTemplate { struct
29 InstructionTemplate &operator=(const InstructionTemplate &); // default argument
31 InstructionTemplate &operator=(InstructionTemplate &&); // default argument
47 // Builds an MCInst from this InstructionTemplate setting its operands argument
54 SmallVector<MCOperand, 4> VariableValues;
H A DCodeTemplate.cpp18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate() function in llvm::exegesis::InstructionTemplate