| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | LiveDebugVariables.h | 32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 38   LiveDebugVariables(); 39   ~LiveDebugVariables() override;
  | 
| 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 …] 
 | 
| 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()
  | 
| 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()
  | 
| D | CMakeLists.txt | 50   LiveDebugVariables.cpp
  | 
| 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()
  | 
| /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-16.0/llvm/lib/CodeGen/ | 
| D | LiveDebugVariables.h | 32 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { 38   LiveDebugVariables(); 39   ~LiveDebugVariables() override;
  | 
| 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()
  | 
| 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 …] 
 | 
| 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()
  | 
| D | RegAllocGreedy.h | 47 class LiveDebugVariables;  variable 182   LiveDebugVariables *DebugVars;
  | 
| D | CMakeLists.txt | 85   LiveDebugVariables.cpp
  | 
| 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()
  | 
| /external/swiftshader/third_party/llvm-10.0/ | 
| D | Android.bp | 199         "llvm/lib/CodeGen/LiveDebugVariables.cpp",
  | 
| D | BUILD.gn | 359     "llvm/lib/CodeGen/LiveDebugVariables.cpp",
  | 
| D | CMakeLists.txt | 199     ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
  | 
| /external/swiftshader/third_party/llvm-16.0/ | 
| D | Android.bp | 261         "llvm/lib/CodeGen/LiveDebugVariables.cpp",
  | 
| D | CMakeLists.txt | 253     ${LLVM_DIR}/lib/CodeGen/LiveDebugVariables.cpp
  | 
| D | BUILD.gn | 431     "llvm/lib/CodeGen/LiveDebugVariables.cpp",
  |