Home
last modified time | relevance | path

Searched refs:getNewIdentified (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/
H A DOpenACCToLLVM.cpp32 Type descriptorType = LLVM::LLVMStructType::getNewIdentified( in undef()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h309 static LLVMStructType getNewIdentified(MLIRContext *context, StringRef name,
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp646 auto structType = LLVM::LLVMStructType::getNewIdentified(context, StringRef(), in generateParamsArray()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp412 LLVMStructType LLVMStructType::getNewIdentified(MLIRContext *context, in getNewIdentified() function in LLVMStructType