Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp216 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
229 } else if (isFixed) { in getFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp446 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 DNVPTXTargetTransformInfo.h117 if (!InTy->getElementCount().isFixed())
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h61 int64_t ObjectOffset, bool isFixed,
H A DAArch64FrameLowering.cpp2944 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 DHWAddressSanitizer.cpp428 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 DASTStructuralEquivalence.cpp2097 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 DDeclPrinter.cpp614 if (D->isFixed()) in VisitEnumDecl()
H A DJSONNodeDumper.cpp986 if (ED->isFixed()) in VisitEnumDecl()
H A DTextNodeDumper.cpp2229 if (D->isFixed()) in VisitEnumDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp204 if (!VF.isFixed() || !ST->hasSIMD128()) in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h175 constexpr bool isFixed() const { return !Scalable; } in isFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp113 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 DInterleavedAccessPass.cpp592 if (LeafValueEC.isFixed()) { in getMask()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp124 if (EC.isFixed() || EC.isZero()) in CreateElementCount()
131 if (Size.isFixed() || Size.isZero()) in CreateTypeSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp703 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1578 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 DContext.cpp325 if (EC.isFixed()) { in getOrCreateValueInternal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2461 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 DLoopStrengthReduce.cpp1430 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 DSemaDecl.cpp17210 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 DSemaCast.cpp1490 Kind = Enum->getDecl()->isFixed() && in TryStaticCast()
H A DSemaTemplateInstantiateDecl.cpp2014 D->isScoped(), D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
2015 if (D->isFixed()) { in VisitEnumDecl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1942 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()

12