Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h216 using is_machine_function_pass_t = decltype(std::declval<PassT &>().run( variable
227 static_assert(is_detected<is_machine_function_pass_t, PassT>::value, in addRunOnModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachinePassManager.h231 using is_machine_function_pass_t = decltype(std::declval<PassT &>().run( variable
242 static_assert(is_detected<is_machine_function_pass_t, PassT>::value, in addRunOnModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DCodeGenPassBuilder.h151 using is_machine_function_pass_t = decltype(std::declval<PassT &>().run( variable
215 static_assert((is_detected<is_machine_function_pass_t, PassT>::value || in operator()
223 if constexpr (is_detected<is_machine_function_pass_t, PassT>::value) { in operator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DCodeGenPassBuilder.h151 using is_machine_function_pass_t = decltype(std::declval<PassT &>().run( variable
215 static_assert((is_detected<is_machine_function_pass_t, PassT>::value || in operator()
223 if constexpr (is_detected<is_machine_function_pass_t, PassT>::value) { in operator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DCodeGenPassBuilder.h152 using is_machine_function_pass_t = decltype(std::declval<PassT &>().run( variable
215 static_assert((is_detected<is_machine_function_pass_t, PassT>::value || in operator()
223 if constexpr (is_detected<is_machine_function_pass_t, PassT>::value) { in operator()