Searched refs:EIT (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 107 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local 108 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI() 735 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local 736 if (EIT->getNumBits() > in classifyArgumentType() 757 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local 758 if (EIT->getNumBits() > in classifyReturnType() 981 } else if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local 983 if (EIT->getNumBits() > 64) in classifyArgumentType() 1001 if (const auto *EIT = RetTy->getAs<ExtIntType>()) { in classifyReturnType() local 1002 if (EIT->getNumBits() > 64) in classifyReturnType() [all …]
|
| H A D | CodeGenTBAA.cpp | 212 if (const auto *EIT = dyn_cast<ExtIntType>(Ty)) { in getTypeInfoHelper() local 217 Out << "_ExtInt(" << EIT->getNumBits() << ')'; in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 789 const auto &EIT = cast<ExtIntType>(Ty); in ConvertType() local 790 ResultType = llvm::Type::getIntNTy(getLLVMContext(), EIT->getNumBits()); in ConvertType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2263 const auto *EIT = cast<ExtIntType>(T); in getTypeInfoImpl() local 2266 getCharWidth(), llvm::PowerOf2Ceil(EIT->getNumBits()))), in getTypeInfoImpl() 2268 Width = llvm::alignTo(EIT->getNumBits(), Align); in getTypeInfoImpl() 4430 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtIntType() local 4431 return QualType(EIT, 0); in getExtIntType() 6305 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in getIntegerRank() local 6306 return 0 + (EIT->getNumBits() << 3); in getIntegerRank() 10095 if(const auto *EIT = T->getAs<ExtIntType>()) in getIntWidth() local 10096 return EIT->getNumBits(); in getIntWidth()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6387 const ExtIntType *EIT = TL.getTypePtr(); in TransformExtIntType() local 6391 Result = getDerived().RebuildExtIntType(EIT->isUnsigned(), in TransformExtIntType() 6392 EIT->getNumBits(), TL.getNameLoc()); in TransformExtIntType() 6405 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType() local 6409 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentExtIntType() 6417 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentExtIntType() 6419 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentExtIntType()
|
| H A D | SemaChecking.cpp | 10715 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in forValueOfCanonicalType() local 10716 return IntRange(EIT->getNumBits(), EIT->isUnsigned()); in forValueOfCanonicalType() 10741 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in forTargetOfCanonicalType() local 10742 return IntRange(EIT->getNumBits(), EIT->isUnsigned()); in forTargetOfCanonicalType()
|
| /netbsd-src/lib/libc/time/ |
| H A D | NEWS | 4291 Use WIB/WITA/WIT rather than WIT/CIT/EIT for alphabetic Indonesian
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | NEWS | 4208 Use WIB/WITA/WIT rather than WIT/CIT/EIT for alphabetic Indonesian
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 14367 @Article{Shwayder:1974:EIT,
|