Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp120 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 DXCoreISelLowering.cpp267 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 DExprConstant.cpp3628 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 DPPCISelLowering.cpp4421 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 DSemaCodeComplete.cpp7676 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local
7678 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()