Home
last modified time | relevance | path

Searched refs:SelectSMRDImm (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h188 bool SelectSMRDImm(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
H A DSMInstructions.td861 def SMRDImm : ComplexPattern<iPTR, 2, "SelectSMRDImm">;
H A DAMDGPUISelDAGToDAG.cpp2186 bool AMDGPUDAGToDAGISel::SelectSMRDImm(SDValue Addr, SDValue &SBase, in SelectSMRDImm() function in AMDGPUDAGToDAGISel