Searched refs:getS_BFE (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 142 SDNode *getS_BFE(unsigned Opcode, SDLoc DL, SDValue Val, 490 return getS_BFE(Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32, SDLoc(N), in Select() 1271 SDNode *AMDGPUDAGToDAGISel::getS_BFE(unsigned Opcode, SDLoc DL, SDValue Val, in getS_BFE() function in AMDGPUDAGToDAGISel 1299 return getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0), in SelectS_BFEFromShifts() 1323 return getS_BFE(AMDGPU::S_BFE_U32, SDLoc(N), Srl.getOperand(0), in SelectS_BFE() 1344 return getS_BFE(AMDGPU::S_BFE_U32, SDLoc(N), And.getOperand(0), in SelectS_BFE()
|