Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
20 syn match llvmType /\<i\d\+\>/
224 syn match llvmType /!\zs\a\+\ze\s*(/
250 HiLink llvmType Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp113 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local
114 addTypedData(llvmType, begin); in addTypedData()
H A DCGBlocks.cpp559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local
565 nullptr, llvmType, thisType)); in computeBlockInfo()
656 llvm::Type *llvmType = in computeBlockInfo() local
660 BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT)); in computeBlockInfo()
H A DCGExpr.cpp4456 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local
4457 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()