Go to the source code of this file.
|
void | mlir::LLVM::detail::connectPHINodes (Region ®ion, const ModuleTranslation &state) |
| For all blocks in the region that were converted to LLVM IR using the given ModuleTranslation, connect the PHI nodes of the corresponding LLVM IR blocks to the results of preceding blocks. More...
|
|
llvm::Constant * | mlir::LLVM::detail::getLLVMConstant (llvm::Type *llvmType, Attribute attr, Location loc, const ModuleTranslation &moduleTranslation) |
| Create an LLVM IR constant of llvmType from the MLIR attribute attr . More...
|
|
llvm::CallInst * | mlir::LLVM::detail::createIntrinsicCall (llvm::IRBuilderBase &builder, llvm::Intrinsic::ID intrinsic, ArrayRef< llvm::Value * > args={}, ArrayRef< llvm::Type * > tys={}) |
| Creates a call to an LLVM IR intrinsic function with the given arguments. More...
|
|
llvm::CallInst * | mlir::LLVM::detail::createIntrinsicCall (llvm::IRBuilderBase &builder, ModuleTranslation &moduleTranslation, Operation *intrOp, llvm::Intrinsic::ID intrinsic, unsigned numResults, ArrayRef< unsigned > overloadedResults, ArrayRef< unsigned > overloadedOperands, ArrayRef< unsigned > immArgPositions, ArrayRef< StringLiteral > immArgAttrNames) |
| Creates a call to a LLVM IR intrinsic defined by LLVM_IntrOpBase. More...
|
|