Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
459 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp261 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
274 } else if (isFixed) { in getFrameIndexReference()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h50 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp2007 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2009 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference()
2014 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument
2025 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference()
2043 if (isFixed) { in resolveFrameOffsetReference()
2094 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference()
2119 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference()
2121 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
522 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
567 if (Bundle.isFixed()) { in finishBlockStack()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp996 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
1009 if (isFixed) { in ResolveFrameIndexReference()
1025 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp736 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
H A DCGExpr.cpp1623 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp540 if (D->isFixed()) in VisitEnumDecl()
H A DJSONNodeDumper.cpp818 if (ED->isFixed()) in VisitEnumDecl()
H A DTextNodeDumper.cpp1553 if (D->isFixed()) in VisitEnumDecl()
H A DASTContext.cpp7322 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
H A DASTImporter.cpp2727 D->isScopedUsingClassTag(), D->isFixed())) in VisitEnumDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15213 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
15225 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
15227 << Prev->isFixed(); in CheckEnumRedeclaration()
16203 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
17694 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant()
17774 if (Enum->isFixed()) { in CheckEnumConstant()
17799 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
17805 if (Enum->isFixed()) in CheckEnumConstant()
18303 !Enum->isFixed() && in ActOnEnumBody()
H A DSemaTemplateInstantiateDecl.cpp1312 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
1313 if (D->isFixed()) { in VisitEnumDecl()
H A DSemaCast.cpp1356 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
H A DSemaOverload.cpp2115 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
3932 if (!Enum->isFixed()) in getFixedEnumPromtion()
H A DSemaExprCXX.cpp4250 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
H A DSemaType.cpp8437 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) { in hasVisibleDefinition()
H A DSemaInit.cpp4474 ET && ET->getDecl()->isFixed() && in TryListInitialization()
H A DSemaChecking.cpp10700 if (Enum->isFixed()) { in forValueOfCanonicalType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3756 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp441 Record.push_back(D->isFixed()); in VisitEnumDecl()
/netbsd/external/mit/libcbor/dist/docs/doxygen/
H A Djquery.js87isFixed:function(){var l=this.$root.css("position")=="fixed";if(!l){this.$root.parentsUntil("body"…

12