Home
last modified time | relevance | path

Searched refs:getStructTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h171 static LLVMType getStructTy(MLIRContext *context, ArrayRef<LLVMType> elements,
173 static LLVMType getStructTy(MLIRContext *context, bool isPacked = false) {
174 return getStructTy(context, llvm::None, isPacked);
179 getStructTy(LLVMType elt1, Args... elts) { in getStructTy() function
181 return getStructTy(elt1.getContext(), fields); in getStructTy()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DNVVMDialect.cpp92 auto f16x2x4StructTy = LLVM::LLVMType::getStructTy( in verify()
94 auto f32x8StructTy = LLVM::LLVMType::getStructTy( in verify()
DLLVMTypes.cpp208 LLVMType LLVMType::getStructTy(MLIRContext *context, in getStructTy() function in LLVMType
DLLVMDialect.cpp1685 auto resultType = LLVMType::getStructTy(type, boolType); in parseAtomicCmpXchgOp()
/external/llvm-project/mlir/lib/Conversion/GPUToNVVM/
DLowerGpuOpsToNVVMOps.cpp65 LLVM::LLVMType::getStructTy(rewriter.getContext(), {valueTy, predTy}); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/LinalgToLLVM/
DLinalgToLLVM.cpp89 return LLVMType::getStructTy(int64Ty, int64Ty, int64Ty); in convertRangeType()
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertLaunchFuncToVulkanCalls.cpp85 return LLVM::LLVMType::getStructTy( in getMemRefType()
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp196 return LLVM::LLVMType::getStructTy(type.getContext(), elementsVector, in convertStructTypeWithOffset()
207 return LLVM::LLVMType::getStructTy(type.getContext(), elementsVector, in convertStructTypePacked()
676 auto structType = LLVM::LLVMType::getStructTy(context, fields); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp209 return LLVM::LLVMType::getStructTy(&getContext(), {elementType, elementType}); in convertComplexType()
349 return LLVM::LLVMType::getStructTy(&getContext(), types); in convertMemRefType()
368 return LLVM::LLVMType::getStructTy(&getContext(), in convertUnrankedMemRefType()
953 LLVM::LLVMType::getStructTy(elemPtrTy, elemPtrTy, indexTy, indexTy) in sizeBasePtr()
3879 auto pairType = LLVM::LLVMType::getStructTy(valueType, boolType); in matchAndRewrite()
4055 return LLVM::LLVMType::getStructTy(&getContext(), resultTypes); in packFunctionResults()