Home
last modified time | relevance | path

Searched refs:EVKind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp351 } EVKind = EntryValueLocKind::NonEntryValueKind; member
448 assert(EVKind != EntryValueLocKind::EntryValueKind && in VarLoc()
482 VL.EVKind = EntryValueLocKind::EntryValueKind; in CreateEntryLoc()
497 VL.EVKind = EntryValueLocKind::EntryValueBackupKind; in CreateEntryBackupLoc()
511 VL.EVKind = EntryValueLocKind::EntryValueCopyBackupKind; in CreateEntryCopyBackupLoc()
573 EVKind == EntryValueLocKind::EntryValueKind ? Orig.getReg() in BuildDbgValue()
621 return EVKind == EntryValueLocKind::EntryValueBackupKind || in isEntryBackupLoc()
622 EVKind == EntryValueLocKind::EntryValueCopyBackupKind; in isEntryBackupLoc()
628 return EVKind == EntryValueLocKind::EntryValueBackupKind && usesReg(Reg); in isEntryValueBackupReg()
634 return EVKind == EntryValueLocKind::EntryValueCopyBackupKind && in isEntryValueCopyBackupReg()
[all …]