Home | History | Annotate | Download | only in MC

Lines Matching refs:Instr

872                             const MCCFIInstruction &Instr);
923 const MCCFIInstruction &Instr) {
927 switch (Instr.getOperation()) {
930 const MachineLocation &Dst = Instr.getDestination();
931 const MachineLocation &Src = Instr.getSource();
932 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove;
1004 unsigned Reg = Instr.getDestination().getReg();
1012 unsigned Reg = Instr.getDestination().getReg();
1022 Streamer.EmitBytes(Instr.getValues(), 0);
1034 const MCCFIInstruction &Instr = Instrs[i];
1035 MCSymbol *Label = Instr.getLabel();
1049 EmitCFIInstruction(streamer, Instr);