Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h185 bool SelectSMRDImm32(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
H A DSMInstructions.td866 def SMRDImm32 : ComplexPattern<iPTR, 2, "SelectSMRDImm32">;
H A DAMDGPUISelDAGToDAG.cpp2306 bool AMDGPUDAGToDAGISel::SelectSMRDImm32(SDValue Addr, SDValue &SBase, in SelectSMRDImm32() function in AMDGPUDAGToDAGISel