/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.h | 32 class LiveDebugVariables : public MachineFunctionPass { 37 LiveDebugVariables(); 38 ~LiveDebugVariables();
|
D | LiveDebugVariables.cpp | 51 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 …]
|
D | RegAllocBasic.cpp | 158 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 159 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 580 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
|
D | RegAllocGreedy.cpp | 81 LiveDebugVariables *DebugVars; 329 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 330 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 1624 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
|
D | RegisterCoalescer.cpp | 88 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()
|
D | RegAllocLinearScan.cpp | 219 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 220 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 543 getAnalysis<LiveDebugVariables>().emitDebugValues(vrm_); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.h | 33 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 39 LiveDebugVariables(); 40 ~LiveDebugVariables() override;
|
D | LiveDebugVariables.cpp | 75 char LiveDebugVariables::ID = 0; 77 INITIALIZE_PASS_BEGIN(LiveDebugVariables, DEBUG_TYPE, 81 INITIALIZE_PASS_END(LiveDebugVariables, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY() 84 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY() 91 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID) { in LiveDebugVariables() function in LiveDebugVariables 332 LiveDebugVariables &pass; 379 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl() 875 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction() 887 void LiveDebugVariables::releaseMemory() { in releaseMemory() 892 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables() [all …]
|
D | RegAllocBasic.cpp | 132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument 180 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 181 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
|
D | VirtRegMap.cpp | 219 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() 230 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY() 259 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
|
D | CMakeLists.txt | 47 LiveDebugVariables.cpp
|
D | RegAllocGreedy.cpp | 175 LiveDebugVariables *DebugVars; 562 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) 611 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 612 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 3188 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.h | 34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 40 LiveDebugVariables(); 41 ~LiveDebugVariables() override;
|
D | LiveDebugVariables.cpp | 56 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 …]
|
D | RegAllocBasic.cpp | 141 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 142 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
|
D | VirtRegMap.cpp | 191 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) 204 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 235 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
|
D | CMakeLists.txt | 39 LiveDebugVariables.cpp
|
D | RegAllocGreedy.cpp | 131 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-7.0/llvm/test/DebugInfo/X86/ |
D | live-debug-vars-keep-undef.ll | 57 ; in this ll file to provoke the wanted behavior in LiveDebugVariables.
|
D | dbg-addr-dse.ll | 54 ; FIXME: Needs a fix to LiveDebugVariables
|
D | spill-nospill.ll | 4 ; This test creates two UserValues in LiveDebugVariables with one location
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 83 lib/CodeGen/LiveDebugVariables.cpp \
|
D | Android.bp | 148 "lib/CodeGen/LiveDebugVariables.cpp",
|
D | BUILD.gn | 134 "lib/CodeGen/LiveDebugVariables.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 359 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp 865 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
|