Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.h32 class LiveDebugVariables : public MachineFunctionPass {
37 LiveDebugVariables();
38 ~LiveDebugVariables();
DLiveDebugVariables.cpp51 char LiveDebugVariables::ID = 0;
53 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
57 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars", in INITIALIZE_PASS_DEPENDENCY()
60 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
67 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) { in LiveDebugVariables() function in LiveDebugVariables
281 LiveDebugVariables &pass;
323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
682 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
690 void LiveDebugVariables::releaseMemory() { in releaseMemory()
695 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DRegAllocBasic.cpp158 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
159 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
580 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DRegAllocGreedy.cpp81 LiveDebugVariables *DebugVars;
329 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
330 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1624 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
DRegisterCoalescer.cpp88 LiveDebugVariables *LDV;
205 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
376 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
377 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1817 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
DRegAllocLinearScan.cpp219 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
220 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
543 getAnalysis<LiveDebugVariables>().emitDebugValues(vrm_); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.h34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
40 LiveDebugVariables();
41 ~LiveDebugVariables() override;
DLiveDebugVariables.cpp56 char LiveDebugVariables::ID = 0;
58 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
62 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars", in INITIALIZE_PASS_DEPENDENCY()
65 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
72 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) { in LiveDebugVariables() function in LiveDebugVariables
282 LiveDebugVariables &pass;
330 LDVImpl(LiveDebugVariables *ps) in LDVImpl()
752 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
764 void LiveDebugVariables::releaseMemory() { in releaseMemory()
769 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DRegAllocBasic.cpp141 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
142 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DVirtRegMap.cpp191 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
204 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
235 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DCMakeLists.txt39 LiveDebugVariables.cpp
DRegAllocGreedy.cpp131 LiveDebugVariables *DebugVars;
472 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
473 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2595 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/
DAndroid.mk83 lib/CodeGen/LiveDebugVariables.cpp \
DBUILD.gn130 "lib/CodeGen/LiveDebugVariables.cpp",
/external/swiftshader/
DCMakeLists.txt262 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp