Home
last modified time | relevance | path

Searched refs:InterpMov (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2833 SDNode *InterpMov = in SelectInterpP1F16() local
2848 SDValue(InterpMov, 0), // Src2 - holds two f16 values selected by high in SelectInterpP1F16()
2852 SDValue(InterpMov, 1) in SelectInterpP1F16()
H A DAMDGPUInstructionSelector.cpp986 Register InterpMov = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectInterpP1F16() local
992 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::V_INTERP_MOV_F32), InterpMov) in selectInterpP1F16()
1003 .addReg(InterpMov) // $src2 - 2 f16 values selected by high in selectInterpP1F16()