/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 105 if (const auto *EIT = Ty->getAs<ExtIntType>()) in isPromotableIntegerTypeForABI() local 106 if (EIT->getNumBits() < getContext().getTypeSize(getContext().IntTy)) in isPromotableIntegerTypeForABI() 733 if (const auto *EIT = Ty->getAs<ExtIntType>()) in classifyArgumentType() local 734 if (EIT->getNumBits() > in classifyArgumentType() 755 if (const auto *EIT = RetTy->getAs<ExtIntType>()) in classifyReturnType() local 756 if (EIT->getNumBits() > in classifyReturnType() 979 } else if (const auto *EIT = Ty->getAs<ExtIntType>()) { in classifyArgumentType() local 981 if (EIT->getNumBits() > 64) in classifyArgumentType() 999 if (const auto *EIT = RetTy->getAs<ExtIntType>()) { in classifyReturnType() local 1000 if (EIT->getNumBits() > 64) in classifyReturnType() [all …]
|
D | CodeGenTBAA.cpp | 212 if (const auto *EIT = dyn_cast<ExtIntType>(Ty)) { in getTypeInfoHelper() local 217 Out << "_ExtInt(" << EIT->getNumBits() << ')'; in getTypeInfoHelper()
|
D | CodeGenTypes.cpp | 780 const auto &EIT = cast<ExtIntType>(Ty); in ConvertType() local 781 ResultType = llvm::Type::getIntNTy(getLLVMContext(), EIT->getNumBits()); in ConvertType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 2220 const auto *EIT = cast<ExtIntType>(T); in getTypeInfoImpl() local 2223 getCharWidth(), llvm::PowerOf2Ceil(EIT->getNumBits()))), in getTypeInfoImpl() 2225 Width = llvm::alignTo(EIT->getNumBits(), Align); in getTypeInfoImpl() 4360 if (ExtIntType *EIT = ExtIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtIntType() local 4361 return QualType(EIT, 0); in getExtIntType() 6236 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in getIntegerRank() local 6237 return 0 + (EIT->getNumBits() << 3); in getIntegerRank() 9981 if(const auto *EIT = T->getAs<ExtIntType>()) in getIntWidth() local 9982 return EIT->getNumBits(); in getIntWidth()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 6301 const ExtIntType *EIT = TL.getTypePtr(); in TransformExtIntType() local 6305 Result = getDerived().RebuildExtIntType(EIT->isUnsigned(), in TransformExtIntType() 6306 EIT->getNumBits(), TL.getNameLoc()); in TransformExtIntType() 6319 const DependentExtIntType *EIT = TL.getTypePtr(); in TransformDependentExtIntType() local 6323 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentExtIntType() 6331 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentExtIntType() 6333 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentExtIntType()
|
D | SemaChecking.cpp | 10458 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in forValueOfCanonicalType() local 10459 return IntRange(EIT->getNumBits(), EIT->isUnsigned()); in forValueOfCanonicalType() 10484 if (const auto *EIT = dyn_cast<ExtIntType>(T)) in forTargetOfCanonicalType() local 10485 return IntRange(EIT->getNumBits(), EIT->isUnsigned()); in forTargetOfCanonicalType()
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_003.ppm | 190 "" -0).%)BF.IM5IC3-J5,fLH&*;*&E50O=<D31(]EIT=A)
|
D | test_011.ppm | 5143 'K47]EIT;=D*-`MJzgdbWQ[PJSOEWRIRPEOLBJH=IF<KI>IF<CA7A>5><3<:0;8/75,00',,"')"%"
|
/external/one-true-awk/testdir/ |
D | funstack.in | 14367 @Article{Shwayder:1974:EIT,
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 914 ,"AT","EIT","Eisenstadt","Eisenstadt",,"--3-----","RL","0201",,"4750N 01632E", 19266 ,"DE","EIT","Eitting","Eitting","BY","--3-----","RL","0701",,"4822N 01153E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 14482 ,"US","EIT","Elliston","Elliston","VA","--3-----","RQ","0607",,"3713N 08014W",
|