Home
last modified time | relevance | path

Searched defs:llvmType (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp38 Value val1, Value val2, Type llvmType, int64_t rank, in insertOne()
66 Value val, Type llvmType, int64_t rank, int64_t pos) { in extractOne()
548 Type llvmType = typeConverter->convertType(eltType); in matchAndRewrite() local
667 Type llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
722 auto llvmType = typeConverter->convertType(vectorType.getElementType()); in matchAndRewrite() local
837 auto llvmType = typeConverter->convertType(vectorType); in matchAndRewrite() local
1425 auto llvmType = typeConverter->convertType( in emitRanks() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp735 auto llvmType = wrappedVectorType.getVectorElementType(); in build() local
1072 if (auto llvmType = type.dyn_cast<LLVM::LLVMType>()) { in verify() local
1446 auto llvmType = getTypeAttr().getValue().dyn_cast_or_null<LLVMType>(); in verifyType() local
1519 auto llvmType = op.getType().dyn_cast<LLVM::LLVMType>(); in verify() local
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp97 auto llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local
DCGBlocks.cpp354 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local
439 llvm::Type *llvmType = in computeBlockInfo() local
DCGExpr.cpp3432 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp113 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local
DCGBlocks.cpp559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local
656 llvm::Type *llvmType = in computeBlockInfo() local
DCGExpr.cpp4444 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp120 auto llvmType = dstType.cast<LLVM::LLVMType>(); in optionallyTruncateOrExtend() local
1290 auto llvmType = typeConverter.convertFunctionSignature( in matchAndRewrite() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp104 llvm::Constant *ModuleTranslation::getLLVMConstant(llvm::Type *llvmType, in getLLVMConstant()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp694 Type llvmType = converter.convertType(type); in pack() local
802 Type llvmType = converter.convertType(type); in pack() local
1354 auto llvmType = getTypeConverter()->convertFunctionSignature( in convertFuncOpToLLVMFuncOp() local