Home
last modified time | relevance | path

Searched refs:FlatScratch (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h620 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
625 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
637 return MI.getDesc().TSFlags & SIInstrFlags::FlatScratch; in isFLATScratch()
641 return get(Opcode).TSFlags & SIInstrFlags::FlatScratch; in isFLATScratch()
H A DSIInstrFormats.td135 field bit FlatScratch = 0;
238 let TSFlags{56} = FlatScratch;
H A DSIRegisterInfo.cpp823 SIInstrFlags::FlatScratch); in needsFrameBaseReg()
907 SIInstrFlags::FlatScratch) && in resolveFrameIndex()
938 SIInstrFlags::FlatScratch); in isFrameOffsetLegal()
1416 SIInstrFlags::FlatScratch) in buildSpillLoadStore()
2291 SIInstrFlags::FlatScratch)) { in eliminateFrameIndex()
H A DSIDefines.h157 FlatScratch = UINT64_C(1) << 56, enumerator
H A DAMDGPUISelDAGToDAG.cpp1653 (FlatVariant != SIInstrFlags::FlatScratch || in SelectFlatOffsetImpl()
1749 SIInstrFlags::FlatScratch); in SelectScratchOffset()
1898 SIInstrFlags::FlatScratch)) { in SelectScratchSAddr()
1901 COffsetVal, AMDGPUAS::PRIVATE_ADDRESS, SIInstrFlags::FlatScratch); in SelectScratchSAddr()
H A DSIFrameLowering.cpp1755 SIInstrFlags::FlatScratch)) in allocateScavengingFrameIndexesNearIncomingSP()
H A DAMDGPUInstructionSelector.cpp4318 if (ConstOffset == 0 || (FlatVariant == SIInstrFlags::FlatScratch && in selectFlatOffsetImpl()
4351 auto PtrWithOffset = selectFlatOffsetImpl(Root, SIInstrFlags::FlatScratch); in selectScratchOffset()
4484 SIInstrFlags::FlatScratch)) { in selectScratchSAddr()
H A DSIInstrInfo.cpp9135 FlatVariant == SIInstrFlags::FlatScratch && Offset < 0 && in isLegalFLATOffset()
9162 FlatVariant == SIInstrFlags::FlatScratch && ImmField < 0 && in splitFlatOffset()
9180 FlatVariant == SIInstrFlags::FlatScratch) in allowNegativeFlatOffset()
H A DFLATInstructions.td79 let FlatScratch = is_flat_scratch;
H A DSIISelLowering.cpp1505 : AddrSpace == AMDGPUAS::PRIVATE_ADDRESS ? SIInstrFlags::FlatScratch in isLegalFlatAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp128 SIInstrFlags::FlatScratch)) || in printFlatOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4434 (TSFlags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch)) || in validateFlatOffset()