Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h526 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
531 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
543 return MI.getDesc().TSFlags & SIInstrFlags::FlatScratch; in isFLATScratch()
547 return get(Opcode).TSFlags & SIInstrFlags::FlatScratch; in isFLATScratch()
H A DSIInstrFormats.td142 field bit FlatScratch = 0;
227 let TSFlags{56} = FlatScratch;
H A DSIDefines.h123 FlatScratch = UINT64_C(1) << 56, enumerator
H A DSIRegisterInfo.cpp803 SIInstrFlags::FlatScratch); in needsFrameBaseReg()
887 SIInstrFlags::FlatScratch) && in resolveFrameIndex()
919 SIInstrFlags::FlatScratch); in isFrameOffsetLegal()
1393 SIInstrFlags::FlatScratch) in buildSpillLoadStore()
2209 SIInstrFlags::FlatScratch)) { in eliminateFrameIndex()
H A DAMDGPUISelDAGToDAG.cpp1630 SIInstrFlags::FlatScratch); in SelectScratchOffset()
1779 SIInstrFlags::FlatScratch)) { in SelectScratchSAddr()
1782 COffsetVal, AMDGPUAS::PRIVATE_ADDRESS, SIInstrFlags::FlatScratch); in SelectScratchSAddr()
H A DSIFrameLowering.cpp1650 SIInstrFlags::FlatScratch)) in allocateScavengingFrameIndexesNearIncomingSP()
H A DSIInstrInfo.cpp7943 FlatVariant == SIInstrFlags::FlatScratch) in isLegalFLATOffset()
7946 FlatVariant == SIInstrFlags::FlatScratch && Offset < 0 && in isLegalFLATOffset()
7963 FlatVariant == SIInstrFlags::FlatScratch) in splitFlatOffset()
7974 FlatVariant == SIInstrFlags::FlatScratch && ImmField < 0 && in splitFlatOffset()
H A DAMDGPUInstructionSelector.cpp3938 auto PtrWithOffset = selectFlatOffsetImpl(Root, SIInstrFlags::FlatScratch); in selectScratchOffset()
4071 SIInstrFlags::FlatScratch)) { in selectScratchSAddr()
H A DFLATInstructions.td78 let FlatScratch = is_flat_scratch;
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp142 (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch)); in printFlatOffset()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4123 TSFlags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in validateFlatOffset()