Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
459 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h52 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp2289 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2291 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference()
2296 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument
2307 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference()
2326 if (isFixed) { in resolveFrameOffsetReference()
2377 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference()
2402 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference()
2404 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
284 } else if (isFixed) { in getFrameIndexReference()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp758 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
H A DCGExpr.cpp1615 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1449 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
1462 if (isFixed) { in ResolveFrameIndexReference()
1478 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp541 if (D->isFixed()) in VisitEnumDecl()
H A DJSONNodeDumper.cpp891 if (ED->isFixed()) in VisitEnumDecl()
H A DTextNodeDumper.cpp1652 if (D->isFixed()) in VisitEnumDecl()
H A DASTImporter.cpp2756 D->isScopedUsingClassTag(), D->isFixed())) in VisitEnumDecl()
H A DASTContext.cpp8075 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
H A DExprConstant.cpp13669 if (!ED->isFixed()) { in VisitCastExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16345 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
16357 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
16359 << Prev->isFixed(); in CheckEnumRedeclaration()
17347 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
19111 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant()
19191 if (Enum->isFixed()) { in CheckEnumConstant()
19216 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
19222 if (Enum->isFixed()) in CheckEnumConstant()
19723 !Enum->isFixed() && in ActOnEnumBody()
H A DSemaTemplateInstantiateDecl.cpp1432 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
1433 if (D->isFixed()) { in VisitEnumDecl()
H A DSemaCast.cpp1376 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
H A DSemaOverload.cpp2223 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
4088 if (!Enum->isFixed()) in getFixedEnumPromtion()
H A DSemaExprCXX.cpp4406 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
H A DSemaInit.cpp4531 ET && ET->getDecl()->isFixed() && in TryListInitialization()
H A DSemaType.cpp8769 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) { in hasAcceptableDefinition()
H A DSemaChecking.cpp12335 if (Enum->isFixed()) { in forValueOfCanonicalType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3932 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp447 Record.push_back(D->isFixed()); in VisitEnumDecl()

12