Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp48 class StackSlotColoring : public MachineFunctionPass { class
86 StackSlotColoring() : in StackSlotColoring() function in __anon64010f6a0111::StackSlotColoring
116 char StackSlotColoring::ID = 0;
117 char &llvm::StackSlotColoringID = StackSlotColoring::ID;
119 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
124 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring",
139 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
180 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
221 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
233 int StackSlotColoring::ColorSlot(LiveInterval *li) { in ColorSlot()
[all …]
DCMakeLists.txt125 StackSlotColoring.cpp
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp58 class StackSlotColoring : public MachineFunctionPass { class
97 StackSlotColoring() : in StackSlotColoring() function in __anon86ef69160111::StackSlotColoring
101 StackSlotColoring(bool RegColor) : in StackSlotColoring() function in __anon86ef69160111::StackSlotColoring
150 char StackSlotColoring::ID = 0;
152 INITIALIZE_PASS_BEGIN(StackSlotColoring, "stack-slot-coloring",
158 INITIALIZE_PASS_END(StackSlotColoring, "stack-slot-coloring", in INITIALIZE_PASS_DEPENDENCY()
162 return new StackSlotColoring(RegColor); in INITIALIZE_PASS_DEPENDENCY()
177 void StackSlotColoring::ScanForSpillSlotRefs(MachineFunction &MF) { in ScanForSpillSlotRefs()
208 void StackSlotColoring::InitializeSlots() { in InitializeSlots()
241 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments()
[all …]
/external/swiftshader/third_party/LLVM/
DAndroid.mk147 lib/CodeGen/StackSlotColoring.cpp \
DBUILD.gn214 "lib/CodeGen/StackSlotColoring.cpp",
/external/swiftshader/
DCMakeLists.txt333 ${LLVM_DIR}/lib/CodeGen/StackSlotColoring.cpp