Lines Matching defs:InstructionTemplate
83 const InstructionTemplate &IT = CT.Instructions[0];
106 const InstructionTemplate &IT = CT.Instructions[0];
128 const InstructionTemplate &IT = CT.Instructions[0];
181 const InstructionTemplate &IT = CT.Instructions[0];
205 const InstructionTemplate &IT = CT.Instructions[0];
226 const InstructionTemplate &IT = CT.Instructions[0];
265 const InstructionTemplate &IT = CT.Instructions[0];
373 const InstructionTemplate &IT = CT.Instructions[0];
411 const InstructionTemplate &IT = CT.Instructions[0];
464 InstructionTemplate getInstructionTemplate(unsigned Opcode) {
470 generateCodeTemplates(InstructionTemplate, const BitVector &) const override {
515 InstructionTemplate IT = Generator.getInstructionTemplate(X86::ADD16ri);
517 std::vector<InstructionTemplate> Snippet;
528 std::vector<InstructionTemplate> Snippet;
530 InstructionTemplate Mov = Generator.getInstructionTemplate(X86::MOV64ri);
537 InstructionTemplate Add = Generator.getInstructionTemplate(X86::ADD64rr);