| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 51 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 73 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | PNaCl.cpp | 71 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 105 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | Lanai.cpp | 128 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
| H A D | NVPTX.cpp | 177 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 186 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
| H A D | CSKY.cpp | 119 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
| H A D | Mips.cpp | 245 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 336 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | Hexagon.cpp | 101 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 164 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | ARC.cpp | 109 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
| H A D | X86.cpp | 557 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 886 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 1850 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi, isNamedArg); in classify() 2187 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult() 2229 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult() 2636 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() 2780 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 3301 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
|
| H A D | ARM.cpp | 386 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 596 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | Sparc.cpp | 250 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()
|
| H A D | PPC.cpp | 157 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI() 710 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
|
| H A D | LoongArch.cpp | 372 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
|
| H A D | SystemZ.cpp | 149 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 32 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType() 56 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
|
| H A D | CodeGenTypes.cpp | 241 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType() 704 return ConvertType(ED->getIntegerType()); in ConvertType()
|
| H A D | CodeGenTBAA.cpp | 337 return getTypeInfo(ETy->getDecl()->getIntegerType()); in getTypeInfoHelper()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 461 if (auto integerType = ed->getIntegerType(); !integerType.isNull()) in convertType() 627 (convertType(ed->getIntegerType()) == typeCache[ed->getTypeForDecl()])); in updateCompletedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Value.cpp | 102 QT = ET->getDecl()->getIntegerType(); in ConvertQualTypeToKind()
|
| H A D | InterpreterValuePrinter.cpp | 327 QT = ET->getDecl()->getIntegerType(); in __clang_Interpreter_SetValueNoAlloc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 891 T1 = T1->getAs<EnumType>()->getDecl()->getIntegerType(); in IsStructurallyEquivalent() 895 T2 = T2->getAs<EnumType>()->getDecl()->getIntegerType(); in IsStructurallyEquivalent() 2119 if (!IsStructurallyEquivalent(Context, D1->getIntegerType(), in IsStructurallyEquivalent() 2120 D2->getIntegerType())) { in IsStructurallyEquivalent() 2129 << D2 << D2->getIntegerType() << D1->getIntegerType(); in IsStructurallyEquivalent()
|
| H A D | FormatString.cpp | 359 argTy = ETy->getDecl()->getIntegerType(); in matchesType() 404 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
|
| H A D | ScanfFormatString.cpp | 432 PT = ETy->getDecl()->getIntegerType(); in fixType()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 78 IntegerType *ConstantInt::getIntegerType() const { in getIntegerType() function in llvm::sandboxir::ConstantInt 79 auto *LLVMTy = cast<llvm::ConstantInt>(Val)->getIntegerType(); in getIntegerType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 320 return classify(D->getIntegerType()); in classify()
|