Searched refs:isFixed (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h47 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp1714 bool isFixed = MFI.isFixedObjectIndex(FI); local
1716 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg,
1721 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE,
1732 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI));
1750 if (isFixed) {
1802 assert(((isFixed || isCSR) || !RegInfo->needsStackRealignment(MF) || !UseFP) &&
1828 if (UseFP && !(isFixed || isCSR))
1830 if (!UseFP && (isFixed || isCSR))
1720 resolveFrameOffsetReference( const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, unsigned &FrameReg, bool PreferFP, bool ForSimm) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp268 bool isFixed = MFI.isFixedObjectIndex(FI); local
281 } else if (isFixed) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon5456::FPS::LiveBundle
522 assert(Bundle.isFixed() && "Reached block before any predecessors");
567 if (Bundle.isFixed()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp897 bool isFixed = MFI.isFixedObjectIndex(FI); local
910 if (isFixed) {
926 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp643 if (ED->isCompleteDefinition() || ED->isFixed())
H A DCGExpr.cpp1552 ET && !ET->getDecl()->isFixed();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1252 if (D->isFixed())
H A DDeclPrinter.cpp533 if (D->isFixed() && D->getASTContext().getLangOpts().CPlusPlus11)
H A DJSONNodeDumper.cpp804 if (ED->isFixed())
H A DASTContext.cpp6912 if (!Enum->isFixed())
H A DASTImporter.cpp2654 D->isScopedUsingClassTag(), D->isFixed()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14581 if (IsFixed && Prev->isFixed()) {
14593 } else if (IsFixed != Prev->isFixed()) {
14595 << Prev->isFixed();
15573 if (IsFixed && cast<EnumDecl>(New)->isFixed()) {
17064 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) {
17143 if (Enum->isFixed()) {
17168 if (T.isNull() || Enum->isFixed()) {
17174 if (Enum->isFixed())
17670 !Enum->isFixed() &&
H A DSemaTemplateInstantiateDecl.cpp1204 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed());
1205 if (D->isFixed()) {
H A DSemaExprCXX.cpp4019 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
H A DSemaType.cpp7975 if (OnlyNeedComplete && ED->isFixed()) {
H A DSemaOverload.cpp2102 if (FromEnumType->getDecl()->isFixed()) {
3868 if (!Enum->isFixed())
H A DSemaChecking.cpp10216 if (Enum->isFixed()) {
H A DSemaInit.cpp4379 ET && ET->getDecl()->isFixed() &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp440 Record.push_back(D->isFixed());
2011 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isFixed
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3684 bool isFixed() const { return EnumDeclBits.IsFixed; }

Completed in 571 milliseconds