Home
last modified time | relevance | path

Searched refs:addOpcode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp378 unsigned addOpcode; in eliminateCallFramePseudoInstr() local
380 addOpcode = AVR::ADIWRdK; in eliminateCallFramePseudoInstr()
382 addOpcode = AVR::SUBIWRdK; in eliminateCallFramePseudoInstr()
389 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(addOpcode), AVR::R31R30) in eliminateCallFramePseudoInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h364 void addOpcode(const Record *Opcode) { in addOpcode() function
394 void addOpcode(const Record *OpcodeRec, OpcodeInfo &&Info) { in addOpcode() function
398 Groups.back().addOpcode(OpcodeRec); in addOpcode()
H A DGICombinerEmitter.cpp477 P->addOpcode(&Target.getInstruction(OpcodeDef)); in parseWipMatchOpcodeMatcher()
H A DCodeGenSchedule.cpp396 Fn.addOpcode(Info.first, std::move(Info.second)); in processSTIPredicate()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.h105 void addOpcode(const CodeGenInstruction *Instr) { Instrs.push_back(Instr); } in addOpcode() function