Searched refs:IsFlatScratch (Results 1 – 6 of 6) sorted by relevance
511 return Flags & (SIInstrFlags::IsFlatGlobal | SIInstrFlags::IsFlatScratch); in isSegmentSpecificFLAT()516 return Flags & (SIInstrFlags::IsFlatGlobal | SIInstrFlags::IsFlatScratch); in isSegmentSpecificFLAT()528 return MI.getDesc().TSFlags & SIInstrFlags::IsFlatScratch; in isFLATScratch()532 return get(Opcode).TSFlags & SIInstrFlags::IsFlatScratch; in isFLATScratch()
136 field bit IsFlatScratch = 0;206 let TSFlags{56} = IsFlatScratch;
109 IsFlatScratch = UINT64_C(1) << 56 enumerator
72 let IsFlatScratch = is_flat_scratch;
153 (SIInstrFlags::IsFlatGlobal | SIInstrFlags::IsFlatScratch)); in printFlatOffset()
3653 if (TSFlags & (SIInstrFlags::IsFlatGlobal | SIInstrFlags::IsFlatScratch)) { in validateFlatOffset()