| /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/Sparc/ |
| H A D | SparcFrameLowering.cpp | 216 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local 229 } else if (isFixed) { in getFrameIndexReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 446 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local 456 if (RegInfo->hasStackRealignment(MF) && !isFixed) { in getFrameIndexReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 117 if (!InTy->getElementCount().isFixed())
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 61 int64_t ObjectOffset, bool isFixed,
|
| H A D | AArch64FrameLowering.cpp | 2944 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local 2946 return resolveFrameOffsetReference(MF, ObjectOffset, isFixed, isSVE, FrameReg, in resolveFrameIndexReference() 2951 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference() argument 2962 !isFixed && ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI)); in resolveFrameOffsetReference() 2981 if (isFixed) { in resolveFrameOffsetReference() 3031 ((isFixed || isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference() 3072 if (isFixed) in resolveFrameOffsetReference() 3077 if (isFixed) in resolveFrameOffsetReference() 3083 if (UseFP && !(isFixed || isCSR)) in resolveFrameOffsetReference() 3085 if (!UseFP && (isFixed || isCSR)) in resolveFrameOffsetReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 428 bool isFixed() const { return Kind == OffsetKind::kFixed; } in isFixed() function in __anon1b7bdbef0211::HWAddressSanitizer::ShadowMapping 431 assert(isFixed()); in offset() 795 if (Mapping.isFixed()) { in getShadowNonTls() 934 if (Mapping.isFixed() && Mapping.offset() == 0) in memToShadow() 999 if (TargetTriple.isAArch64() && Mapping.isFixed()) { in instrumentMemAccessOutline()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2097 if (D1->isFixed() != D2->isFixed()) { in IsStructurallyEquivalent() 2105 D1->isFixed() in IsStructurallyEquivalent() 2110 D2->isFixed() in IsStructurallyEquivalent() 2117 if (D1->isFixed()) { in IsStructurallyEquivalent() 2118 assert(D2->isFixed() && "enums expected to have fixed underlying types"); in IsStructurallyEquivalent()
|
| H A D | DeclPrinter.cpp | 614 if (D->isFixed()) in VisitEnumDecl()
|
| H A D | JSONNodeDumper.cpp | 986 if (ED->isFixed()) in VisitEnumDecl()
|
| H A D | TextNodeDumper.cpp | 2229 if (D->isFixed()) in VisitEnumDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 204 if (!VF.isFixed() || !ST->hasSIMD128()) in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 175 constexpr bool isFixed() const { return !Scalable; } in isFixed() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 113 bool isFixed() const { return !Mask || FixCount; } in isFixed() function 535 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack() 580 if (Bundle.isFixed()) { in finishBlockStack()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 592 if (LeafValueEC.isFixed()) { in getMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 124 if (EC.isFixed() || EC.isZero()) in CreateElementCount() 131 if (Size.isFixed() || Size.isZero()) in CreateTypeSize()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 703 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 1578 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local 1591 if (isFixed) { in ResolveFrameIndexReference() 1607 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Context.cpp | 325 if (EC.isFixed()) { in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2461 if (!LoadSize.isFixed() || LoadSize.getFixedValue() > Size) in isIntegerWideningViableForSlice() 2487 if (!StoreSize.isFixed() || StoreSize.getFixedValue() > Size) in isIntegerWideningViableForSlice() 3145 if (StoreSize.isFixed() && SliceSize < StoreSize.getFixedValue()) { in visitStoreInst() 4941 if (CommonUseSize.isFixed() && CommonUseSize.getFixedValue() >= P.size()) { in rewritePartition()
|
| H A D | LoopStrengthReduce.cpp | 1430 if ((AMK == TTI::AMK_PreIndexed && F.BaseOffset.isFixed() && in RateRegister() 4062 if (NewBase.UnfoldedOffset.isNonZero() && NewBase.UnfoldedOffset.isFixed()) { in GenerateCombinations() 4152 if (Offset.isFixed()) { in GenerateConstantOffsetsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 17210 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration() 17222 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration() 17224 << Prev->isFixed(); in CheckEnumRedeclaration() 18271 if (IsFixed && cast<EnumDecl>(New)->isFixed()) { in ActOnTag() 19959 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) { in CheckEnumConstant() 20040 if (Enum->isFixed()) { in CheckEnumConstant() 20065 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant() 20071 if (Enum->isFixed()) in CheckEnumConstant() 20098 if (!getLangOpts().CPlusPlus && !T.isNull() && !Enum->isFixed()) in CheckEnumConstant() 20494 if (!getLangOpts().CPlusPlus && !Enum->isFixed() && in ActOnEnumBody()
|
| H A D | SemaCast.cpp | 1490 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2014 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl() 2015 if (D->isFixed()) { in VisitEnumDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1942 if (EstimatedTC->isFixed()) in getCost() 3759 if (ExpectedTC && ExpectedTC->isFixed() && in computeMaxVF() 4403 unsigned Multiplier = VF.isFixed() ? IC : 1; in isEpilogueVectorizationProfitable() 10006 if (ExpectedTC && ExpectedTC->isFixed() && in processLoop()
|