Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCCCState.h68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed() function
/external/angle/src/libANGLE/renderer/
DFormat.h109 bool isFixed; member
149 bool isFixed, in Format()
/external/threetenbp/src/main/java/org/threeten/bp/temporal/
DValueRange.java169 public boolean isFixed() { in isFixed() method in ValueRange
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp271 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp449 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp268 bool isFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DTextSizeCheck.java604 private static boolean isFixed(int dimension) { in isFixed() method in TextSizeCheck
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDayPeriodInfo.java130 public boolean isFixed() { in isFixed() method in DayPeriodInfo.DayPeriod
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp799 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1708 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
1715 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2288 bool isFixed = MFI.isFixedObjectIndex(FI); in resolveFrameIndexReference() local
2295 const MachineFunction &MF, int64_t ObjectOffset, bool isFixed, bool isSVE, in resolveFrameOffsetReference()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp820 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp897 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1421 bool isFixed = MFI.isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
/external/mesa3d/src/amd/compiler/
Daco_ir.h708 constexpr bool isFixed() const noexcept { return isFixed_; } in isFixed() function
896 constexpr bool isFixed() const noexcept { return isFixed_; } in isFixed() function
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1512 const bool isFixed = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in init() local
/external/clang/include/clang/AST/
DDecl.h3199 bool isFixed() const { in isFixed() function
/external/deqp/framework/common/
DtcuTexture.cpp2374 …const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXE… in lookupBorder() local