Home
last modified time | relevance | path

Searched refs:LongTy (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp148 llvm::IntegerType *LongTy; member in __anonbab9bb100111::CGObjCGNU
1733 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1736 metaclassFields.addInt(LongTy, ClassFlags::ClassFlagMeta); in GenerateClass()
1740 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1770 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1812 classFields.addInt(LongTy, 0); in GenerateClass()
1815 classFields.addInt(LongTy, 0); in GenerateClass()
1821 classFields.addInt(LongTy, in GenerateClass()
1949 classFields.addInt(LongTy, 0); in GenerateClass()
2093 llvm::StructType::get(PtrTy, PtrTy, PtrTy, LongTy, LongTy); in GenerateDirectMethodPrologue()
[all …]
H A DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonb5e682970111::ObjCCommonTypesHelper
414 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
3183 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()
3573 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass()
3574 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass()
3575 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3632 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass()
3633 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3634 values.addInt(ObjCTypes.LongTy, Size); in EmitMetaClass()
5033 CGM.getTypes().ConvertType(CGM.getContext().LongTy), in EmitIvarOffset()
[all …]
H A DCodeGenTBAA.cpp141 return getTypeInfo(Context.LongTy); in getTypeInfoHelper()
H A DCGException.cpp2054 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
2084 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
H A DItaniumCXXABI.cpp4408 QualType OffsetFlagsTy = CGM.getContext().LongTy; in BuildVMIClassTypeInfo()
4546 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp245 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
384 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
H A DPrintfFormatString.cpp537 case LengthModifier::AsLong: return Ctx.LongTy; in getScalarArgType()
622 return ArgType::PtrTo(Ctx.LongTy); in getScalarArgType()
H A DFormatString.cpp463 if (T == C.LongTy) in matchesType()
H A DASTContext.cpp1243 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes()
7518 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
7631 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
7777 Fields[Count++] = { LongTy, "length" }; in getCFConstantStringDecl()
8033 return LongTy; in getNSIntegerType()
9451 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
9455 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
9794 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
11603 return LongTy; in getCorrespondingSignedType()
11814 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp263 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy, in handleBegin()
285 State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy, in handleEnd()
330 C.getASTContext().LongTy, C.blockCount()); in handleAssignment()
H A DStdLibraryFunctionsChecker.cpp1665 const QualType LongTy = ACtx.LongTy; in initFunctionSummaries() local
1690 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue(); in initFunctionSummaries()
2318 "fseek", Signature(ArgTypes{FilePtrTy, LongTy, IntTy}, RetType{IntTy}), in initFunctionSummaries()
2374 "ftell", Signature(ArgTypes{FilePtrTy}, RetType{LongTy}), in initFunctionSummaries()
2427 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
2432 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}), in initFunctionSummaries()
2920 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
2927 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
2937 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}), in initFunctionSummaries()
H A DIteratorModeling.cpp471 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
H A DBasicObjCFoundationChecks.cpp394 case kCFNumberLongType: T = Ctx.LongTy; break; in GetCFNumberSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def116 SIGNED_TYPE(Long, LongTy)
H A DASTContext.h1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp123 if (width == ast.getTypeSize(ast.LongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize()
125 ast.LongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp776 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForEncodingAndBitSize()
777 return GetType(ast.LongTy); in GetBuiltinTypeForEncodingAndBitSize()
976 QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
977 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1001 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1002 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2032 return ast->LongTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2345 if (bit_size == ast.getTypeSize(ast.LongTy)) in GetIntTypeFromBitSize()
2346 return GetType(ast.LongTy); in GetIntTypeFromBitSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp365 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
H A DSemaRISCV.cpp109 QT = Context.LongTy; in RVVType2Qual()
H A DOpenCLBuiltins.td350 def Long : Type<"long", QualType<"Context.LongTy">>;
410 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;
H A DSema.cpp453 auto AtomicLongT = Context.getAtomicType(Context.LongTy); in Initialize()
H A DSemaExpr.cpp4001 Ty = Context.LongTy; in ActOnNumericConstant()
12542 if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
12543 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
12555 if (TypeSize == Context.getTypeSize(Context.LongTy)) in GetSignedVectorType()
12556 return Context.getVectorType(Context.LongTy, VTy->getNumElements(), in GetSignedVectorType()
16450 Ty = Context.LongTy; in ActOnGNUNullExpr()
H A DSemaType.cpp1011 Result = Context.LongTy; in ConvertDeclSpecToType()
9680 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
H A DSemaDecl.cpp19355 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
19944 BestType = Context.LongTy; in ActOnEnumBody()
19977 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3578 EVT LongTy = InpTy.getDoubleNumVectorElementsVT(*DAG.getContext()); in combineConcatVectorsBeforeLegal() local
3580 SDValue Cat = DAG.getNode(ISD::CONCAT_VECTORS, dl, LongTy, {C0, C1}); in combineConcatVectorsBeforeLegal()
3581 return DAG.getVectorShuffle(LongTy, dl, Cat, DAG.getUNDEF(LongTy), LongMask); in combineConcatVectorsBeforeLegal()

12