Searched refs:llvmType (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/vim/ |
D | llvm.vim | 17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128 18 syn keyword llvmType label metadata x86_mmx 19 syn keyword llvmType type label opaque 20 syn match llvmType /\<i\d\+\>/ 79 syn match llvmType /!\zs\a\+\ze\s*(/ 101 HiLink llvmType Type
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 368 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local 375 nullptr, llvmType)); in computeBlockInfo() 389 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy); in computeBlockInfo() local 395 Qualifiers::OCL_None, &CI, llvmType)); in computeBlockInfo() 450 llvm::Type *llvmType = in computeBlockInfo() local 453 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType)); in computeBlockInfo()
|
D | CGExpr.cpp | 2798 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local 2799 V = EmitBitCastOfLValueToProperType(*this, V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()
|