Searched refs:Int16Ty (Results 1 – 10 of 10) sorted by relevance
1565 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 …]
38 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
6759 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 …]
105 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()
3630 symtab.addInt(CGM.Int16Ty, Classes.size()); in ModuleInitFunction()3632 symtab.addInt(CGM.Int16Ty, Categories.size()); in ModuleInitFunction()
236 *Int16Ty, *Int8Ty, *Int8PtrTy; member in __anon623d6c7b0111::SanitizerCoverageModule329 Int16Ty = IRB.getInt16Ty(); in runOnModule()352 SanCovTraceConstCmp2, VoidTy, Int16Ty, Int16Ty)); in runOnModule()
772 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters() local773 auto *Int16ArrayTy = ArrayType::get(Int16Ty, IPVK_Last + 1); in getOrCreateRegionCounters()786 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]); in getOrCreateRegionCounters()
39 Int16Ty(C, 16), in LLVMContextImpl()
175 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty()
1297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;