Home | History | Annotate | Download | only in MC

Lines Matching defs:Instr

875                             const MCCFIInstruction &Instr);
926 const MCCFIInstruction &Instr) {
930 switch (Instr.getOperation()) {
933 const MachineLocation &Dst = Instr.getDestination();
934 const MachineLocation &Src = Instr.getSource();
935 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove;
1007 unsigned Reg = Instr.getDestination().getReg();
1015 unsigned Reg = Instr.getDestination().getReg();
1025 Streamer.EmitBytes(Instr.getValues(), 0);
1037 const MCCFIInstruction &Instr = Instrs[i];
1038 MCSymbol *Label = Instr.getLabel();
1052 EmitCFIInstruction(streamer, Instr);