Home
last modified time | relevance | path

Searched refs:DebugifyMachineModule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineDebugify.cpp172 struct DebugifyMachineModule : public ModulePass { struct
186 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function
196 char DebugifyMachineModule::ID = 0;
200 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
202 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
206 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DMachinePassRegistry.def149 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DMachinePassRegistry.def147 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DMachinePassRegistry.def147 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachinePassRegistry.def145 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule, ())