/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A 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 …]
|
H A D | LiveDebugVariables.h | 34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 40 LiveDebugVariables(); 41 ~LiveDebugVariables() override;
|
H A D | VirtRegMap.cpp | 191 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) 204 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 235 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
|
H A D | RegAllocBasic.cpp | 141 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 142 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
|
H A D | CMakeLists.txt | 39 LiveDebugVariables.cpp
|
H A D | RegAllocGreedy.cpp | 131 LiveDebugVariables *DebugVars; 472 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 473 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 2595 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 77 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 …]
|
H A D | LiveDebugVariables.h | 32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 38 LiveDebugVariables(); 39 ~LiveDebugVariables() override;
|
H A D | RegAllocBasic.cpp | 131 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument 179 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 180 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
|
H A D | VirtRegMap.cpp | 217 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() 228 AU.addRequired<LiveDebugVariables>(); in INITIALIZE_PASS_DEPENDENCY() 257 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
|
H A D | CMakeLists.txt | 50 LiveDebugVariables.cpp
|
H A D | RegAllocGreedy.cpp | 174 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LiveDebugVariables.h | 32 class LiveDebugVariables : public MachineFunctionPass { 38 LiveDebugVariables(); 39 ~LiveDebugVariables() override;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.h | 32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 38 LiveDebugVariables(); 39 ~LiveDebugVariables() override;
|
H A D | LiveDebugVariables.cpp | 76 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 …]
|
H A D | VirtRegMap.cpp | 191 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()
|
H A D | RegAllocBasic.cpp | 132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument 183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
|
H A D | RegAllocGreedy.h | 47 class LiveDebugVariables; variable 182 LiveDebugVariables *DebugVars;
|
H A D | RegAllocGreedy.cpp | 152 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) 207 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage() 208 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage() 2629 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
|
H A D | CMakeLists.txt | 85 LiveDebugVariables.cpp
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | RELEASE_NOTES.md | 49 - 41206b61e30c [DebugInfo] Re-instate LiveDebugVariables scope trimming
|
/aosp_15_r20/out/soong/.intermediates/external/llvm/lib/CodeGen/libLLVMCodeGen/android_arm64_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.o.d | 1 …eGen/android_arm64_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/LiveDebugVariables.o: \ 2 external/llvm/lib/CodeGen/LiveDebugVariables.cpp \ 3 external/llvm/lib/CodeGen/LiveDebugVariables.h \
|
/aosp_15_r20/out/soong/.intermediates/external/llvm/lib/CodeGen/libLLVMCodeGen/android_arm64_armv8-2a_cortex-a55_static/ |
D | libLLVMCodeGen.a.rsp | 1 …oid_arm64_armv8-2a_cortex-a55_static/obj/external/llvm/lib/CodeGen/LiveDebugVariables.o out/soong/…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/ |
H A D | Android.bp | 199 "llvm/lib/CodeGen/LiveDebugVariables.cpp",
|
H A D | CMakeLists.txt | 199 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
|