HomeSort by: relevance | last modified time | path
    Searched refs:llvmType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 17 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
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
SwiftCallingConv.cpp 113 auto *llvmType = CGM.getTypes().ConvertType(type);
114 addTypedData(llvmType, begin);
CGBlocks.cpp 559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
565 nullptr, llvmType, thisType));
656 llvm::Type *llvmType =
660 BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT));
CGExpr.cpp 4456 llvm::Type *llvmType = ConvertTypeForMem(FieldType);
4457 V = Builder.CreateElementBitCast(V, llvmType, Field->getName());

Completed in 30 milliseconds