Searched refs:ObjType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal() 123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
|
| H A D | XCoreISelLowering.cpp | 267 Type *ObjType = GV->getValueType(); in IsSmallObject() local 268 if (!ObjType->isSized()) in IsSmallObject() 272 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3628 QualType ObjType = Obj.Type; in findSubobject() local 3647 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject() 3653 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject() 3750 ObjType, ObjType->castAs<ComplexType>()->getElementType()); in findSubobject() 3793 ObjType = getSubobjectType(ObjType, Field->getType(), Field->isMutable()); in findSubobject() 3803 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject() 3909 if (!ObjType.isNull() && in FindDesignatorMismatch() 3910 (ObjType->isArrayType() || ObjType->isAnyComplexType())) { in FindDesignatorMismatch() 3917 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in FindDesignatorMismatch() 3919 ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType(); in FindDesignatorMismatch() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4421 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); in LowerFormalArguments_64SVR4() local 4424 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4() 4451 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4() local 4454 MachinePointerInfo(&*FuncArg, j), ObjType); in LowerFormalArguments_64SVR4() 6292 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); in LowerCall_64SVR4() local 6294 MachinePointerInfo(), ObjType); in LowerCall_64SVR4()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 7676 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local 7678 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
|