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

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } function in class:llvm::AIXCCState
/freebsd-current/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); local
2546 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg,
2551 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE,
2562 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI));
2581 if (isFixed) {
2632 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) &&
2657 if (UseFP && !(isFixed || isCSR))
2659 if (!UseFP && (isFixed || isCSR))
3878 *MF, FirstTagStore.Offset, false /*isFixed*/, false /*isSVE*/, Reg,
2550 resolveFrameOffsetReference( const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, Register &FrameReg, bool PreferFP, bool ForSimm) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); local
284 } else if (isFixed) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); local
459 if (RegInfo->hasStackRealignment(MF) && !isFixed) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp114 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon2727::FPS::LiveBundle
518 assert(Bundle.isFixed() && "Reached block before any predecessors");
563 if (Bundle.isFixed()) {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp649 if (ED->isCompleteDefinition() || ED->isFixed())
H A DCGExpr.cpp1872 ET && !ET->getDecl()->isFixed();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1448 bool isFixed = MFI.isFixedObjectIndex(FI); local
1461 if (isFixed) {
1477 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1840 if (D->isFixed())
H A DDeclPrinter.cpp630 if (D->isFixed())
H A DJSONNodeDumper.cpp949 if (ED->isFixed())
H A DExprConstant.cpp14016 if (!ED->isFixed()) {
H A DASTContext.cpp8088 if (!Enum->isFixed())
H A DASTImporter.cpp2939 D->isScopedUsingClassTag(), D->isFixed()))
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16945 if (IsFixed && Prev->isFixed()) {
16957 } else if (IsFixed != Prev->isFixed()) {
16959 << Prev->isFixed();
17955 if (IsFixed && cast<EnumDecl>(New)->isFixed()) {
19727 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) {
19807 if (Enum->isFixed()) {
19832 if (T.isNull() || Enum->isFixed()) {
19838 if (Enum->isFixed())
20340 !Enum->isFixed() &&
H A DSemaTemplateInstantiateDecl.cpp1475 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed());
1476 if (D->isFixed()) {
H A DSemaCast.cpp1407 Kind = Enum->getDecl()->isFixed() &&
H A DSemaOverload.cpp2347 if (FromEnumType->getDecl()->isFixed()) {
4243 if (!Enum->isFixed())
H A DSemaType.cpp9259 if (OnlyNeedComplete && (ED->isFixed() || getLangOpts().MSVCCompat)) {
H A DSemaInit.cpp4669 ET && ET->getDecl()->isFixed() &&
H A DSemaExprCXX.cpp4454 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
H A DSemaChecking.cpp14076 if (Enum->isFixed()) {
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4038 bool isFixed() const { return EnumDeclBits.IsFixed; }
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp495 EnumDeclBits.addBit(D->isFixed());

Completed in 789 milliseconds

12