Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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 …]
H A DLiveDebugVariables.h34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
40 LiveDebugVariables();
41 ~LiveDebugVariables() override;
H A DVirtRegMap.cpp191 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
204 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
235 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
H A DRegAllocBasic.cpp141 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
142 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DCMakeLists.txt39 LiveDebugVariables.cpp
H A DRegAllocGreedy.cpp131 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 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 …]
H A DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
H A DRegAllocBasic.cpp131 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
179 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
180 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A 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()
H A DCMakeLists.txt50 LiveDebugVariables.cpp
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DLiveDebugVariables.h32 class LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.h32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~LiveDebugVariables() override;
H A 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 …]
H A 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()
H A DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables) in INITIALIZE_PASS_DEPENDENCY() argument
183 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
184 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
H A DRegAllocGreedy.h47 class LiveDebugVariables; variable
182 LiveDebugVariables *DebugVars;
H A DRegAllocGreedy.cpp152 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
207 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
208 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
2629 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
H A DCMakeLists.txt85 LiveDebugVariables.cpp
/aosp_15_r20/prebuilts/clang/host/linux-x86/
DRELEASE_NOTES.md49 - 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/
DLiveDebugVariables.o.d1 …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/
DlibLLVMCodeGen.a.rsp1 …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 DAndroid.bp199 "llvm/lib/CodeGen/LiveDebugVariables.cpp",
H A DCMakeLists.txt199 ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp

12