Lines Matching refs:RegisterKind
314 RegisterKind, enumerator
351 case MachineLocKind::RegisterKind: in operator ==()
369 case MachineLocKind::RegisterKind: in operator <()
421 Kind = MachineLocKind::RegisterKind; in GetLocForOp()
443 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryLoc()
459 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryBackupLoc()
474 VL.Locs[0].Kind == MachineLocKind::RegisterKind); in CreateEntryCopyBackupLoc()
488 ML.Kind = MachineLocKind::RegisterKind; in CreateCopyLoc()
529 case MachineLocKind::RegisterKind: in BuildDbgValue()
601 RegML.Kind = MachineLocKind::RegisterKind; in usesReg()
609 if (Locs[Idx].Kind == MachineLocKind::RegisterKind && in getRegIdx()
620 if (Loc.Kind == MachineLocKind::RegisterKind) { in getDescribingRegs()
666 case MachineLocKind::RegisterKind: in dump()
1800 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy()