Lines Matching refs:RegisterKind
340 RegisterKind, enumerator
381 case MachineLocKind::RegisterKind: in operator ==()
404 case MachineLocKind::RegisterKind: in operator <()
456 Kind = MachineLocKind::RegisterKind; in GetLocForOp()
481 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryLoc()
496 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryBackupLoc()
510 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryCopyBackupLoc()
524 ML.Kind = MachineLocKind::RegisterKind; in CreateCopyLoc()
565 case MachineLocKind::RegisterKind: in BuildDbgValue()
641 RegML.Kind = MachineLocKind::RegisterKind; in usesReg()
649 if (Locs[Idx].Kind == MachineLocKind::RegisterKind && in getRegIdx()
660 if (Loc.Kind == MachineLocKind::RegisterKind) { in getDescribingRegs()
722 case MachineLocKind::RegisterKind: in dump()
1910 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy()