Home
last modified time | relevance | path

Searched defs:isFixed (Results 1 – 8 of 8) sorted by relevance

/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.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h174 constexpr bool isFixed() const { return !Scalable; } in isFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp114 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2703 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2710 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1449 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4054 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function