MLIR-AIE
|
Functions | |
llvm::CallInst * | createExternalLLVMIntrinsicCall (llvm::IRBuilderBase &builder, mlir::LLVM::ModuleTranslation &moduleTranslation, mlir::Operation *intrOp, llvm::StringRef intrinsicName) |
void | registerXLLVMDialectTranslation (mlir::DialectRegistry ®istry) |
Register the AIEVec dialect and the translation from it to the LLVM dialect in the given registry. | |
void | registerXLLVMDialectTranslation (mlir::MLIRContext &context) |
Register the AIEVec dialect and the translation from it to the LLVM dialect in the registry associated with the given context. | |
llvm::CallInst * | createExternalLLVMIntrinsicCall (llvm::IRBuilderBase &builder, LLVM::ModuleTranslation &moduleTranslation, Operation *intrOp, llvm::StringRef intrinsicName) |
llvm::CallInst * xilinx::xllvm::createExternalLLVMIntrinsicCall | ( | llvm::IRBuilderBase & | builder, |
LLVM::ModuleTranslation & | moduleTranslation, | ||
Operation * | intrOp, | ||
llvm::StringRef | intrinsicName | ||
) |
Definition at line 47 of file XLLVMOps.cpp.
llvm::CallInst * xilinx::xllvm::createExternalLLVMIntrinsicCall | ( | llvm::IRBuilderBase & | builder, |
mlir::LLVM::ModuleTranslation & | moduleTranslation, | ||
mlir::Operation * | intrOp, | ||
llvm::StringRef | intrinsicName | ||
) |
void xilinx::xllvm::registerXLLVMDialectTranslation | ( | mlir::DialectRegistry & | registry | ) |
Register the AIEVec dialect and the translation from it to the LLVM dialect in the given registry.
void xilinx::xllvm::registerXLLVMDialectTranslation | ( | mlir::MLIRContext & | context | ) |
Register the AIEVec dialect and the translation from it to the LLVM dialect in the registry associated with the given context.