|
clang 24.0.0git
|
#include "mlir/Pass/Pass.h"#include "llvm/ABI/TargetInfo.h"#include "clang/CIR/Dialect/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| namespace | cir |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | mlir |
Macros | |
| #define | GEN_PASS_REGISTRATION |
| Generate the code for registering passes. | |
Enumerations | |
| enum class | cir::CallConvTarget { cir::None , cir::Test , cir::X86_64 } |
| The ABI target whose calling-convention rules drive CallConvLowering. More... | |
Functions | |
| std::unique_ptr< Pass > | mlir::createCIRCanonicalizePass () |
| std::unique_ptr< Pass > | mlir::createCIRFlattenCFGPass () |
| std::unique_ptr< Pass > | mlir::createCIRSimplifyPass () |
| std::unique_ptr< Pass > | mlir::createCIREHABILoweringPass () |
| std::unique_ptr< Pass > | mlir::createCXXABILoweringPass () |
| std::unique_ptr< Pass > | mlir::createTargetLoweringPass () |
| std::unique_ptr< Pass > | mlir::createCallConvLoweringPass () |
| std::unique_ptr< Pass > | mlir::createCallConvLoweringPass (cir::CallConvTarget target, llvm::abi::X86AVXABILevel x86AvxAbiLevel) |
| std::unique_ptr< Pass > | mlir::createHoistAllocasPass () |
| std::unique_ptr< Pass > | mlir::createLoweringPreparePass () |
| std::unique_ptr< Pass > | mlir::createLoweringPreparePass (clang::ASTContext *astCtx) |
| std::unique_ptr< Pass > | mlir::createGotoSolverPass () |
| std::unique_ptr< Pass > | mlir::createIdiomRecognizerPass () |
| std::unique_ptr< Pass > | mlir::createLibOptPass () |
| std::unique_ptr< Pass > | mlir::createLibOptPass (clang::ASTContext *astCtx) |
| void | mlir::populateCIRPreLoweringPasses (mlir::OpPassManager &pm) |
| void | mlir::registerCIRDialectTranslation (mlir::MLIRContext &context) |