Home
last modified time | relevance | path

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

12

/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() argument
555 bool Kill = false; in Query() local
[all...]
H A DMachineInstrBuilder.h50 Kill = 0x8, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp235 void ExecutionDomainFix::processDefs(MachineInstr *MI, bool Kill) { in processDefs() argument
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 spill(MachineBasicBlock::iterator Before,Register VirtReg,MCPhysReg AssignedReg,bool Kill,bool LiveOut) spill() argument
1092 bool Kill = LRI->LastUse == nullptr; defineVirtReg() local
H A DMachineTraceMetrics.cpp749 for (MCRegister Kill : Kills) updatePhysDepsDownwards() local
H A DLiveIntervals.cpp624 pruneValue(LiveRange & LR,SlotIndex Kill,SmallVectorImpl<SlotIndex> * EndPoints) pruneValue() argument
H A DSplitKit.cpp889 SlotIndex Kill = removeBackCopies() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp196 MachineInstr &Kill = *Next; in runOnMachineFunction() local
H A DSIFormMemoryClauses.cpp341 MachineInstrBuilder Kill; runOnMachineFunction() local
H A DSIOptimizeVGPRLiveRange.cpp586 MachineInstr *Kill = nullptr; optimizeWaterfallLiveRange() local
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp105 void Host::Kill(lldb::pid_t pid, int signo) { in Kill() function in Host
/llvm-project/lldb/source/Host/common/
H A DHost.cpp573 void Host::Kill(lldb::pid_t pid, int signo) { ::kill(pid, signo); } Kill() function in Host
/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp202 spill(MachineBasicBlock::iterator Before,Register VirtReg,bool Kill) spill() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp196 Status NativeProcessWindows::Kill() { Kill() function in lldb_private::NativeProcessWindows
/llvm-project/lldb/source/API/
H A DSBPlatform.cpp617 SBError SBPlatform::Kill(const lldb::pid_t pid) { Kill() function in SBPlatform
H A DSBProcess.cpp614 SBError SBProcess::Kill() { Kill() function in SBProcess
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp552 Status NativeProcessFreeBSD::Kill() { Kill() function in NativeProcessFreeBSD
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp583 Status NativeProcessNetBSD::Kill() { Kill() function in NativeProcessNetBSD
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp291 __isl_keep isl_union_map *Kill, in buildFlow()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1538 bool MachProcess::Kill(const struct timespec *timeout_abstime) { global() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp777 bool Kill = (Offset + 1 == N) ? MI.getOperand(1).isKill() : false; expandSVESpillFill() local
[all...]
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1164 Status NativeProcessLinux::Kill() { Kill() function in NativeProcessLinux
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1146 unsigned Kill = getKillRegState(MI.getOperand(1).isKill()); expandPostRAPseudo() local

12