Home
last modified time | relevance | path

Searched refs:allowNegativeFlatOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.h1398 bool allowNegativeFlatOffset(uint64_t FlatVariant) const;
HDSIInstrInfo.cpp9140 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in isLegalFLATOffset()
9152 bool AllowNegative = allowNegativeFlatOffset(FlatVariant); in splitFlatOffset()
9178 bool SIInstrInfo::allowNegativeFlatOffset(uint64_t FlatVariant) const { in allowNegativeFlatOffset() function in SIInstrInfo