Home
last modified time | relevance | path

Searched refs:getIntegerType (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp51 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
73 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DPNaCl.cpp71 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
105 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DLanai.cpp128 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DNVPTX.cpp177 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
186 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DCSKY.cpp119 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DMips.cpp245 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
336 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DHexagon.cpp101 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
164 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DARC.cpp109 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DX86.cpp557 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 DARM.cpp386 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
596 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DSparc.cpp250 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()
H A DPPC.cpp157 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
710 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
H A DLoongArch.cpp372 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
H A DSystemZ.cpp149 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerTypeForABI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp32 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
56 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
H A DCodeGenTypes.cpp241 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
704 return ConvertType(ED->getIntegerType()); in ConvertType()
H A DCodeGenTBAA.cpp337 return getTypeInfo(ETy->getDecl()->getIntegerType()); in getTypeInfoHelper()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp461 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 DValue.cpp102 QT = ET->getDecl()->getIntegerType(); in ConvertQualTypeToKind()
H A DInterpreterValuePrinter.cpp327 QT = ET->getDecl()->getIntegerType(); in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp891 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 DFormatString.cpp359 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
404 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
H A DScanfFormatString.cpp432 PT = ETy->getDecl()->getIntegerType(); in fixType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp78 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 DContext.cpp320 return classify(D->getIntegerType()); in classify()

123