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.h189 bool SelectSMRDImm32(SDValue Addr, SDValue &SBase, SDValue &Offset) const;
H A DSMInstructions.td862 def SMRDImm32 : ComplexPattern<iPTR, 2, "SelectSMRDImm32">;
H A DAMDGPUISelDAGToDAG.cpp2191 bool AMDGPUDAGToDAGISel::SelectSMRDImm32(SDValue Addr, SDValue &SBase, in SelectSMRDImm32() function in AMDGPUDAGToDAGISel