Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.h174 constexpr bool isFixed() const { return !Scalable; } in isFixed() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FloatingPoint.cpp114 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FrameLowering.cpp2703 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2710 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFrameLowering.cpp1449 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h4054 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed() function