Home
last modified time | relevance | path

Searched defs:isFixed (Results 1 – 7 of 7) 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/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.cpp2544 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2551 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1448 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4038 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function