Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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;
DCodeTemplate.cpp18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate() function in llvm::exegesis::InstructionTemplate
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp385 generateCodeTemplates(InstructionTemplate, const BitVector &) const override { in generateCodeTemplates() argument