Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim17 syn keyword llvmType void half bfloat float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx x86_amx
19 syn keyword llvmType type label opaque token ptr
20 syn match llvmType /\<i\d\+\>/
227 syn match llvmType /!\zs\a\+\ze\s*(/
253 HiLink llvmType Type
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp115 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local
116 addTypedData(llvmType, begin); in addTypedData()
H A DCGBlocks.cpp610 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local
614 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo()
659 llvm::Type *llvmType = in computeBlockInfo() local
662 addBlockLayout(align, size, &CI, llvmType, VT, layout, info, CGM); in computeBlockInfo()
H A DCGExpr.cpp4522 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local
4523 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()