Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
459 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
284 } else if (isFixed) { in getFrameIndexReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h48 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp2544 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2546 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference()
2551 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument
2562 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference()
2581 if (isFixed) { in resolveFrameOffsetReference()
2632 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference()
2657 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference()
2659 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp114 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
518 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
563 if (Bundle.isFixed()) { in finishBlockStack()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp649 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
H A DCGExpr.cpp1872 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1448 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
1461 if (isFixed) { in ResolveFrameIndexReference()
1477 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp630 if (D->isFixed()) in VisitEnumDecl()
H A DJSONNodeDumper.cpp949 if (ED->isFixed()) in VisitEnumDecl()
H A DTextNodeDumper.cpp1840 if (D->isFixed()) in VisitEnumDecl()
H A DASTContext.cpp8088 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
H A DASTImporter.cpp2939 D->isScopedUsingClassTag(), D->isFixed())) in VisitEnumDecl()
H A DExprConstant.cpp14016 if (!ED->isFixed()) { in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16945 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
16957 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
16959 << Prev->isFixed(); in CheckEnumRedeclaration()
17955 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
19727 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant()
19807 if (Enum->isFixed()) { in CheckEnumConstant()
19832 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
19838 if (Enum->isFixed()) in CheckEnumConstant()
20340 !Enum->isFixed() && in ActOnEnumBody()
H A DSemaTemplateInstantiateDecl.cpp1475 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
1476 if (D->isFixed()) { in VisitEnumDecl()
H A DSemaCast.cpp1407 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
H A DSemaOverload.cpp2347 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
4243 if (!Enum->isFixed()) in getFixedEnumPromtion()
H A DSemaExprCXX.cpp4454 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
H A DSemaInit.cpp4669 ET && ET->getDecl()->isFixed() && in TryListInitialization()
H A DSemaType.cpp9259 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) { in hasAcceptableDefinition()
H A DSemaChecking.cpp14076 if (Enum->isFixed()) { in forValueOfCanonicalType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4038 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp495 EnumDeclBits.addBit(D->isFixed()); in VisitEnumDecl()

12