Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
H A DPPCISelLowering.cpp6750 if (State.isFixed(ValNo)) { in CC_AIX()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
459 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h51 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp2273 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2275 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference()
2280 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument
2291 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference()
2310 if (isFixed) { in resolveFrameOffsetReference()
2361 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference()
2386 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference()
2388 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
284 } else if (isFixed) { in getFrameIndexReference()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
520 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
565 if (Bundle.isFixed()) { in finishBlockStack()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp758 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
H A DCGExpr.cpp1655 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1422 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
1435 if (isFixed) { in ResolveFrameIndexReference()
1451 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp542 if (D->isFixed()) in VisitEnumDecl()
H A DJSONNodeDumper.cpp864 if (ED->isFixed()) in VisitEnumDecl()
H A DTextNodeDumper.cpp1632 if (D->isFixed()) in VisitEnumDecl()
H A DASTImporter.cpp2762 D->isScopedUsingClassTag(), D->isFixed())) in VisitEnumDecl()
H A DASTContext.cpp7970 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15885 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
15897 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
15899 << Prev->isFixed(); in CheckEnumRedeclaration()
16888 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
18498 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant()
18578 if (Enum->isFixed()) { in CheckEnumConstant()
18603 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
18609 if (Enum->isFixed()) in CheckEnumConstant()
19110 !Enum->isFixed() && in ActOnEnumBody()
H A DSemaTemplateInstantiateDecl.cpp1421 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
1422 if (D->isFixed()) { in VisitEnumDecl()
H A DSemaCast.cpp1360 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
H A DSemaOverload.cpp2116 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
3981 if (!Enum->isFixed()) in getFixedEnumPromtion()
H A DSemaExprCXX.cpp4335 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
H A DSemaType.cpp8667 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) { in hasAcceptableDefinition()
H A DSemaInit.cpp4504 ET && ET->getDecl()->isFixed() && in TryListInitialization()
H A DSemaChecking.cpp12012 if (Enum->isFixed()) { in forValueOfCanonicalType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3855 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp444 Record.push_back(D->isFixed()); in VisitEnumDecl()