Searched refs:llvmType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 407 : llvmType(type), rewriter(rewriter) {} in GlobalInitAttrRewriter() 417 return rewriter.getIntegerAttr(llvmType, attr.getValue()); in visitCirAttr() 421 return rewriter.getFloatAttr(llvmType, attr.getValue()); in visitCirAttr() 429 mlir::Type llvmType; member in cir::direct::GlobalInitAttrRewriter 1226 const mlir::Type llvmType = in setupRegionInitializedLLVMGlobalOp() local 1248 op, llvmType, isConst, linkage, symbol, nullptr, alignment, addrSpace, in setupRegionInitializedLLVMGlobalOp() 1283 const mlir::Type llvmType = in matchAndRewrite() local 1302 GlobalInitAttrRewriter initRewriter(llvmType, rewriter); in matchAndRewrite() 1329 op, llvmType, isConst, linkage, symbol, init.value_or(mlir::Attribute()), in matchAndRewrite() 1392 mlir::Type llvmType = getTypeConverter()->convertType(type); in matchAndRewrite() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 114 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local 115 addTypedData(llvmType, begin); in addTypedData()
|
| H A D | CGBlocks.cpp | 593 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local 597 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo() 642 llvm::Type *llvmType = in computeBlockInfo() local 645 addBlockLayout(align, size, &CI, llvmType, VT, layout, info, CGM); in computeBlockInfo()
|
| H A D | CGExpr.cpp | 5325 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local 5326 V = V.withElementType(llvmType); in EmitLValueForFieldInitialization()
|