Searched refs:getLLVMConstant (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ModuleTranslation.cpp | 215 llvm::Constant *splatValue = LLVM::detail::getLLVMConstant( in convertDenseElementsAttr() 273 llvm::Constant *mlir::LLVM::detail::getLLVMConstant( in getLLVMConstant() function in mlir::LLVM::detail 286 getLLVMConstant(elementType, arrayAttr[0], loc, moduleTranslation); in getLLVMConstant() 290 getLLVMConstant(elementType, arrayAttr[1], loc, moduleTranslation); in getLLVMConstant() 335 llvm::Constant *child = getLLVMConstant( in getLLVMConstant() 370 getLLVMConstant(innermostType, n, loc, moduleTranslation)); in getLLVMConstant() 642 } else if (!(cst = getLLVMConstant(type, op.getValueOrNull(), op.getLoc(), in convertGlobals() 878 if (llvm::Constant *pfunc = getLLVMConstant(ty, func.getPersonalityAttr(), in convertOneFunction()
|
| /llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/ |
| H A D | ModuleTranslation.h | 352 llvm::Constant *getLLVMConstant(llvm::Type *llvmType, Attribute attr,
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 27 using mlir::LLVM::detail::getLLVMConstant;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 1464 LLVM_Builder<[{$res = getLLVMConstant($_resultType, $value, $_location,
|