Home
last modified time | relevance | path

Searched refs:MACHINE_FUNCTION_PASS (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DMachinePassRegistry.def123 #ifndef MACHINE_FUNCTION_PASS
124 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
126 MACHINE_FUNCTION_PASS("dead-mi-elimination", DeadMachineInstructionElimPass())
127 MACHINE_FUNCTION_PASS("no-op-machine-function", NoOpMachineFunctionPass())
128 MACHINE_FUNCTION_PASS("print", PrintMIRPass())
129 MACHINE_FUNCTION_PASS("require-all-machine-function-properties",
131 MACHINE_FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
132 #undef MACHINE_FUNCTION_PASS
136 // DUMMY_MACHINE_FUNCTION_PASS to MACHINE_FUNCTION_PASS.
DTargetPassRegistry.inc52 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) \
68 #undef MACHINE_FUNCTION_PASS
135 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS) ADD_PASS(NAME, CREATE_PASS)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DMachinePassRegistry.def123 #ifndef MACHINE_FUNCTION_PASS
124 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
126 MACHINE_FUNCTION_PASS("dead-mi-elimination", DeadMachineInstructionElimPass())
127 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass())
128 MACHINE_FUNCTION_PASS("no-op-machine-function", NoOpMachineFunctionPass())
129 MACHINE_FUNCTION_PASS("print", PrintMIRPass())
130 #undef MACHINE_FUNCTION_PASS
134 // DUMMY_MACHINE_FUNCTION_PASS to MACHINE_FUNCTION_PASS.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DMachinePassRegistry.def123 #ifndef MACHINE_FUNCTION_PASS
124 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
126 MACHINE_FUNCTION_PASS("dead-mi-elimination", DeadMachineInstructionElimPass())
127 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass())
128 MACHINE_FUNCTION_PASS("no-op-machine-function", NoOpMachineFunctionPass())
129 MACHINE_FUNCTION_PASS("print", PrintMIRPass())
130 #undef MACHINE_FUNCTION_PASS
134 // DUMMY_MACHINE_FUNCTION_PASS to MACHINE_FUNCTION_PASS.
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def95 #ifndef MACHINE_FUNCTION_PASS
96 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
98 // MACHINE_FUNCTION_PASS("mir-printer", PrintMIRPass, ())
99 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass, ())
100 #undef MACHINE_FUNCTION_PASS
104 // DUMMY_MACHINE_FUNCTION_PASS to MACHINE_FUNCTION_PASS.
H A DCodeGenPassBuilder.h559 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ in getPassNameFromLegacyName() macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachinePassRegistry.def119 #ifndef MACHINE_FUNCTION_PASS
120 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
122 // MACHINE_FUNCTION_PASS("mir-printer", PrintMIRPass, ())
123 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass, ())
124 #undef MACHINE_FUNCTION_PASS
128 // DUMMY_MACHINE_FUNCTION_PASS to MACHINE_FUNCTION_PASS.
DCodeGenPassBuilder.h581 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ in getPassNameFromLegacyName() macro