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.cpp2704 SDNode *InterpMov = in SelectInterpP1F16() local
2719 SDValue(InterpMov, 0), // Src2 - holds two f16 values selected by high in SelectInterpP1F16()
2723 SDValue(InterpMov, 1) in SelectInterpP1F16()
H A DAMDGPUInstructionSelector.cpp888 Register InterpMov = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectInterpP1F16() local
894 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::V_INTERP_MOV_F32), InterpMov) in selectInterpP1F16()
905 .addReg(InterpMov) // $src2 - 2 f16 values selected by high in selectInterpP1F16()