/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCCState.h | 68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.cpp | 449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local 459 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local 284 } else if (isFixed) { in getFrameIndexReference()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.h | 51 int64_t ObjectOffset, bool isFixed,
|
H A D | AArch64FrameLowering.cpp | 2703 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local 2705 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference() 2710 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument 2721 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference() 2740 if (isFixed) { in resolveFrameOffsetReference() 2791 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference() 2816 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference() 2818 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 174 constexpr bool isFixed() const { return !Scalable; } in isFixed() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 114 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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 710 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
|
H A D | CGExpr.cpp | 1866 ET && !ET->getDecl()->isFixed(); in getRangeForType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 1449 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local 1462 if (isFixed) { in ResolveFrameIndexReference() 1478 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 584 if (D->isFixed()) in VisitEnumDecl()
|
H A D | JSONNodeDumper.cpp | 984 if (ED->isFixed()) in VisitEnumDecl()
|
H A D | TextNodeDumper.cpp | 2075 if (D->isFixed()) in VisitEnumDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 16721 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration() 16733 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration() 16735 << Prev->isFixed(); in CheckEnumRedeclaration() 17760 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag() 19394 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant() 19474 if (Enum->isFixed()) { in CheckEnumConstant() 19499 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant() 19505 if (Enum->isFixed()) in CheckEnumConstant() 20015 !Enum->isFixed() && in ActOnEnumBody()
|
H A D | SemaTemplateInstantiateDecl.cpp | 1513 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl() 1514 if (D->isFixed()) { in VisitEnumDecl()
|
H A D | SemaCast.cpp | 1415 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
|
H A D | SemaOverload.cpp | 2496 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion() 4277 if (!Enum->isFixed()) in getFixedEnumPromtion()
|
H A D | SemaExprCXX.cpp | 4466 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
|
H A D | SemaType.cpp | 8933 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) { in hasAcceptableDefinition()
|
H A D | SemaInit.cpp | 4806 ET && ET->getDecl()->isFixed() && in TryListInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1447 if (AMK == TTI::AMK_PreIndexed && F.BaseOffset.isFixed()) { in RateRegister() 4084 if (NewBase.UnfoldedOffset.isNonZero() && NewBase.UnfoldedOffset.isFixed()) { in GenerateCombinations() 4176 if (Offset.isFixed()) { in GenerateConstantOffsetsImpl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4054 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 532 EnumDeclBits.addBit(D->isFixed()); in VisitEnumDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 2804 assert(!ED->isFixed()); in CheckEnumValue()
|
H A D | Compiler.cpp | 473 ET && !ET->getDecl()->isFixed()) { in VisitCastExpr()
|