Home
last modified time | relevance | path

Searched refs:Int16Ty (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1565 llvm::Type *TypeParams[] = {CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1574 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1582 llvm::Type *TypeParams[] = {CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1635 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1644 llvm::Type *TypeParams[] = {CGM.Int64Ty, CGM.Int16Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1657 CGM.Int16Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1729 llvm::Type *TypeParams[] = {CGM.SizeTy, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1796 llvm::Type *TypeParams[] = {CGM.Int16Ty, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
2204 /*Volatile=*/false, Int16Ty, Loc); in emitGenericVarsProlog()
2220 CGM.Int16Ty, in emitGenericVarsProlog()
[all …]
H A DCodeGenTypeCache.h38 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
H A DCGBuiltin.cpp6759 Op = Builder.CreateBitCast(Op, Int16Ty); in vectorWrapScalar16()
7181 InTy = Int16Ty; in EmitAArch64BuiltinExpr()
8239 VTy = llvm::VectorType::get(Int16Ty, 4); in EmitAArch64BuiltinExpr()
8263 VTy = llvm::VectorType::get(Int16Ty, 8); in EmitAArch64BuiltinExpr()
8281 VTy = llvm::VectorType::get(Int16Ty, 4); in EmitAArch64BuiltinExpr()
8299 VTy = llvm::VectorType::get(Int16Ty, 8); in EmitAArch64BuiltinExpr()
8317 VTy = llvm::VectorType::get(Int16Ty, 4); in EmitAArch64BuiltinExpr()
8335 VTy = llvm::VectorType::get(Int16Ty, 8); in EmitAArch64BuiltinExpr()
8371 VTy = llvm::VectorType::get(Int16Ty, 4); in EmitAArch64BuiltinExpr()
8389 VTy = llvm::VectorType::get(Int16Ty, 8); in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenModule.cpp105 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule()
5303 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16), in EmitUuidofInitializer()
5304 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16), in EmitUuidofInitializer()
H A DCGObjCGNU.cpp3630 symtab.addInt(CGM.Int16Ty, Classes.size()); in ModuleInitFunction()
3632 symtab.addInt(CGM.Int16Ty, Categories.size()); in ModuleInitFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp236 *Int16Ty, *Int8Ty, *Int8PtrTy; member in __anon623d6c7b0111::SanitizerCoverageModule
329 Int16Ty = IRB.getInt16Ty(); in runOnModule()
352 SanCovTraceConstCmp2, VoidTy, Int16Ty, Int16Ty)); in runOnModule()
H A DInstrProfiling.cpp772 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters() local
773 auto *Int16ArrayTy = ArrayType::get(Int16Ty, IPVK_Last + 1); in getOrCreateRegionCounters()
786 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]); in getOrCreateRegionCounters()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.cpp39 Int16Ty(C, 16), in LLVMContextImpl()
H A DType.cpp175 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
H A DLLVMContextImpl.h1297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;