Lines Matching refs:RegisterKind
338 RegisterKind, enumerator
379 case MachineLocKind::RegisterKind: in operator ==()
402 case MachineLocKind::RegisterKind: in operator <()
454 Kind = MachineLocKind::RegisterKind; in GetLocForOp()
479 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryLoc()
494 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryBackupLoc()
508 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryCopyBackupLoc()
522 ML.Kind = MachineLocKind::RegisterKind; in CreateCopyLoc()
563 case MachineLocKind::RegisterKind: in BuildDbgValue()
639 RegML.Kind = MachineLocKind::RegisterKind; in usesReg()
647 if (Locs[Idx].Kind == MachineLocKind::RegisterKind && in getRegIdx()
658 if (Loc.Kind == MachineLocKind::RegisterKind) { in getDescribingRegs()
720 case MachineLocKind::RegisterKind: in dump()
1901 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy()