Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp60 class StackSlotColoring : public MachineFunctionPass { class
99 StackSlotColoring() : MachineFunctionPass(ID) { in StackSlotColoring() function in __anon8ae0e9590111::StackSlotColoring
129 char StackSlotColoring::ID = 0;
131 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
133 INITIALIZE_PASS_BEGIN(StackSlotColoring, DEBUG_TYPE,
138 INITIALIZE_PASS_END(StackSlotColoring, DEBUG_TYPE,
155 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
192 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
264 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
318 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots()
[all …]
H A DCMakeLists.txt209 StackSlotColoring.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn206 "StackSlotColoring.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsgpr-spill-wrong-stack-id.mir4 …o artifically avoid using split register allocation, which would avoid stressing StackSlotColoring.