Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
DLiveDebugVariables.cpp77 char LiveDebugVariables::ID = 0;
79 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
83 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
86 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
93 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
396 LiveDebugVariables &pass;
458 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1014 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1026 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1031 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DRegAllocBasic.cpp131 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
179 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
180 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DVirtRegMap.cpp217 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()
228 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()
257 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DCMakeLists.txt50 LiveDebugVariables.cpp
DRegAllocGreedy.cpp174 LiveDebugVariables *DebugVars;
565 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
614 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
615 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
3247 DebugVars = &getAnalysis<LiveDebugVariables>(); 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-16.0/llvm/lib/CodeGen/
DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DLiveDebugVariables.cpp76 char LiveDebugVariables::ID = 0;
78 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE,
82 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
85 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
92 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables
532 LiveDebugVariables &pass;
636 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
1300 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1317 void LiveDebugVariables::releaseMemory() { in releaseMemory()
1322 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DVirtRegMap.cpp191 LiveDebugVariables *DebugVars;
233 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY()
245 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()
251 AU.addPreserved<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY()
264 DebugVars = getAnalysisIfAvailable<LiveDebugVariables>(); in runOnMachineFunction()
DRegAllocGreedy.h47 class LiveDebugVariables; variable
182 LiveDebugVariables *DebugVars;
DCMakeLists.txt85 LiveDebugVariables.cpp
DRegAllocGreedy.cpp152 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
207 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
208 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2629 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp199 "llvm/lib/CodeGen/LiveDebugVariables.cpp",
DBUILD.gn359 "llvm/lib/CodeGen/LiveDebugVariables.cpp",
DCMakeLists.txt199 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
/external/swiftshader/third_party/llvm-16.0/
DAndroid.bp261 "llvm/lib/CodeGen/LiveDebugVariables.cpp",
DCMakeLists.txt253 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
DBUILD.gn431 "llvm/lib/CodeGen/LiveDebugVariables.cpp",

12