Home
last modified time | relevance | path

Searched refs:FlatGlobal (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h639 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
644 return Flags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch); in isSegmentSpecificFLAT()
648 return MI.getDesc().TSFlags & SIInstrFlags::FlatGlobal; in isFLATGlobal()
652 return get(Opcode).TSFlags & SIInstrFlags::FlatGlobal; in isFLATGlobal()
H A DSIInstrFormats.td119 field bit FlatGlobal = 0;
233 let TSFlags{51} = FlatGlobal;
H A DSIDefines.h143 FlatGlobal = UINT64_C(1) << 51, enumerator
H A DAMDGPUISelDAGToDAG.cpp1856 return SelectFlatOffsetImpl(N, Addr, VAddr, Offset, SIInstrFlags::FlatGlobal); in SelectGlobalOffset()
1892 SIInstrFlags::FlatGlobal)) { in SelectGlobalSAddr()
1903 COffsetVal, AMDGPUAS::GLOBAL_ADDRESS, SIInstrFlags::FlatGlobal); in SelectGlobalSAddr()
H A DAMDGPUInstructionSelector.cpp5375 auto PtrWithOffset = selectFlatOffsetImpl(Root, SIInstrFlags::FlatGlobal); in selectGlobalOffset()
5407 SIInstrFlags::FlatGlobal)) { in selectGlobalSAddr()
5421 ConstOffset, AMDGPUAS::GLOBAL_ADDRESS, SIInstrFlags::FlatGlobal); in selectGlobalSAddr()
H A DFLATInstructions.td85 let FlatGlobal = is_flat_global;
H A DSIISelLowering.cpp1615 AddrSpace == AMDGPUAS::GLOBAL_ADDRESS ? SIInstrFlags::FlatGlobal in isLegalFlatAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp123 bool AllowNegative = (Desc.TSFlags & (SIInstrFlags::FlatGlobal | in printFlatOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4762 (TSFlags & (SIInstrFlags::FlatGlobal | SIInstrFlags::FlatScratch)) || in validateFlatOffset()