#include "mlir/Dialect/OpenACC/OpenACCRuntimeUtils.h"
#include "mlir/IR/SymbolTable.h"
#include "llvm/Support/ErrorHandling.h"
#include <optional>
#include "mlir/Dialect/OpenACC/OpenACCRuntimeFunctions.def"
Go to the source code of this file.
|
| #define | ACC_RTL(Enum, Str, ...) |
| #define | ACC_RTL(Enum, Str, IsVarArg, ReturnType, ...) |
◆ ACC_RTL [1/2]
| #define ACC_RTL |
( |
| Enum, |
|
|
| Str, |
|
|
| IsVarArg, |
|
|
| ReturnType, |
|
|
| ... ) |
Value: case RuntimeFunction::Enum: \
return LLVM::LLVMFunctionType::get(ReturnType, \
◆ ACC_RTL [2/2]
| #define ACC_RTL |
( |
| Enum, |
|
|
| Str, |
|
|
| ... ) |
Value: case RuntimeFunction::Enum: \
return Str;