• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching refs:Int16Ty

1500       llvm::FunctionType::get(CGM.VoidTy, {CGM.Int16Ty, CGM.Int32Ty},
1543 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty};
1551 llvm::Type *TypeParams[] = {CGM.Int16Ty};
1560 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty, CGM.Int16Ty};
1568 llvm::Type *TypeParams[] = {CGM.Int16Ty};
1577 llvm::Type *TypeParams[] = {CGM.Int8PtrTy, CGM.Int16Ty};
1586 llvm::Type *TypeParams[] = {CGM.Int8PtrPtrTy, CGM.Int16Ty};
1621 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int16Ty, CGM.Int16Ty};
1630 llvm::Type *TypeParams[] = {CGM.Int64Ty, CGM.Int16Ty, CGM.Int16Ty};
1642 llvm::Type *ShuffleReduceTypeParams[] = {CGM.VoidPtrTy, CGM.Int16Ty,
1643 CGM.Int16Ty, CGM.Int16Ty};
1685 llvm::Type *ShuffleReduceTypeParams[] = {CGM.VoidPtrTy, CGM.Int16Ty,
1686 CGM.Int16Ty, CGM.Int16Ty};
1734 llvm::Type *TypeParams[] = {CGM.SizeTy, CGM.Int16Ty};
1778 llvm::FunctionType::get(CGM.Int16Ty, TypeParams, /*isVarArg*/ false);
1791 llvm::Type *TypeParams[] = {CGM.Int16Ty, CGM.VoidPtrTy, CGM.SizeTy,
1792 CGM.Int16Ty, CGM.VoidPtrPtrTy};
1801 llvm::Type *TypeParams[] = {CGM.Int16Ty, CGM.Int16Ty};
2233 CGM.getModule(), CGM.Int16Ty, /*isConstant=*/true,
2237 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth(
2241 CGM.getContext().getTypeAlignInChars(Int16Ty)),
2242 /*Volatile=*/false, Int16Ty, Loc);
2258 CGM.Int16Ty,
2442 QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth(
2446 CGM.getContext().getTypeAlignInChars(Int16Ty)),
2447 /*Volatile=*/false, Int16Ty, GlobalizedRecords.back().Loc);
2450 CGM.Int16Ty,
2870 Bld.CreateIntCast(getNVPTXWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true);
5124 llvm::ConstantInt::get(CGM.Int16Ty, UseSharedMemory ? 1 : 0));