Home
last modified time | relevance | path

Searched defs:Kill (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp235 void ExecutionDomainFix::processDefs(MachineInstr *MI, bool Kill) { in processDefs()
404 bool Kill = false; in processBasicBlock() local
H A DLiveInterval.cpp550 SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() argument
558 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() argument
H A DRegAllocFast.cpp565 Register VirtReg, MCPhysReg AssignedReg, bool Kill, in spill()
1092 bool Kill = LRI->LastUse == nullptr; in defineVirtReg() local
H A DMachineTraceMetrics.cpp749 for (MCRegister Kill : Kills) in updatePhysDepsDownwards() local
H A DSplitKit.cpp889 SlotIndex Kill = in removeBackCopies() local
H A DLiveIntervals.cpp649 void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, in pruneValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h112 SlotIndex Kill; member
H A DLiveInterval.h94 const bool Kill; variable
98 bool Kill) in LiveQueryResult()
555 bool Kill = false; in Query() local
H A DMachineInstrBuilder.h50 Kill = 0x8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp196 MachineInstr &Kill = *Next; in runOnMachineFunction() local
H A DSIFormMemoryClauses.cpp341 MachineInstrBuilder Kill; in runOnMachineFunction() local
H A DSIOptimizeVGPRLiveRange.cpp586 MachineInstr *Kill = nullptr; in optimizeWaterfallLiveRange() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp573 void Host::Kill(lldb::pid_t pid, int signo) { ::kill(pid, signo); } in Kill() function in Host
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp202 Register VirtReg, bool Kill) { in spill()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp577 SBError SBPlatform::Kill(const lldb::pid_t pid) { Kill() function in SBPlatform
H A DSBProcess.cpp615 SBError SBProcess::Kill() { in Kill() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp562 Status NativeProcessNetBSD::Kill() { Kill() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp552 Status NativeProcessFreeBSD::Kill() { in Kill() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp777 bool Kill = (Offset + 1 == N) ? MI.getOperand(1).isKill() : false; in expandSVESpillFill() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1146 unsigned Kill = getKillRegState(MI.getOperand(1).isKill()); in expandPostRAPseudo() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2883 void Kill(Window &window) { in Kill() function in curses::DetachOrKillProcessFormDelegate