Home
last modified time | relevance | path

Searched refs:LDS (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DLDSDIRInstructions.td
H A DSIMemoryLegalizer.cpp73 LDS = 1u << 1, enumerator
79 FLAT = GLOBAL | LDS | SCRATCH,
82 ATOMIC = GLOBAL | LDS | SCRATCH | GDS,
85 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
147 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS)) == in SIMemOpInfo()
151 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS | in SIMemOpInfo()
710 {"local", SIAtomicAddrSpace::LDS},
800 return SIAtomicAddrSpace::LDS; in toSIAtomicAddrSpace()
1126 if ((AddrSpace & SIAtomicAddrSpace::LDS) != SIAtomicAddrSpace::NONE) { in insertWait()
1466 AddrSpace &= ~SIAtomicAddrSpace::LDS; in insertWait()
[all …]
H A DDSDIRInstructions.td1 //===-- DSDIRInstructions.td - LDS/VDS Direct Instruction Definitions -----===//
124 // LDS/VDS Direct Instructions
H A DSIInstrFormats.td530 // VINTRP instructions read parameter values from LDS, but these parameter
531 // values are stored outside of the LDS memory that is allocated to the
535 // the parameter values in LDS, this would essentially be an out-of-bounds
H A DAMDGPUISelLowering.h557 LDS, enumerator
H A DAMDGPU.td190 "Some GFX10 bug with multi-dword LDS and flat access that is not naturally aligned in WGP mode"
232 "Switching between LDS and VMEM-tex not waiting VM_VSRC=0"
320 "The number of LDS banks per compute unit."
H A DEvergreenInstructions.td584 // LDS Instructions
H A DFLATInstructions.td68 // TODO: M0 if it could possibly access LDS (before gfx9? only)?
71 // Internally, FLAT instruction are executed as both an LDS and a
117 bits<1> lds = ps.lds; // LDS DMA for global and scratch
H A DDSInstructions.td272 // TODO: Use MMOs in the LDS address space instead of hasSideEffects = 1.
H A DAMDGPUISelLowering.cpp5511 NODE_NAME_CASE(LDS) in getTargetNodeName()
5745 case AMDGPUISD::LDS: { in computeKnownBitsForTargetNode()
H A DSIInstrInfo.td268 def SIlds : SDNode<"AMDGPUISD::LDS",
H A DSIISelLowering.cpp7644 return DAG.getNode(AMDGPUISD::LDS, DL, MVT::i32, GA); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td171 // Returns the amount of LDS statically allocated for this program.
182 // For internal use. Coordinates LDS lowering between IR transform and backend.
548 [llvm_anyptr_ty, // LDS or GDS ptr
1610 LLVMQualPointerType<3>, // LDS base offset
1629 LLVMQualPointerType<3>, // LDS base offset
1651 LLVMQualPointerType<3>, // LDS base offset
1671 LLVMQualPointerType<3>, // LDS base offset
1858 // high selects whether high or low 16-bits are loaded from LDS
1867 // high selects whether high or low 16-bits are loaded from LDS
2371 LLVMQualPointerType<3>, // LDS base pointer to store to
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td494 // Special format for the LDS/STS instructions on AVRTiny.
H A DAVRDevices.td31 // `LDS Rd, K`
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1034 // Section 8.2.2 - LDS