Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2500 SDNode *InterpMov = in SelectInterpP1F16() local
2515 SDValue(InterpMov, 0), // Src2 - holds two f16 values selected by high in SelectInterpP1F16()
2519 SDValue(InterpMov, 1) in SelectInterpP1F16()
H A DAMDGPUInstructionSelector.cpp830 Register InterpMov = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectInterpP1F16() local
836 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::V_INTERP_MOV_F32), InterpMov) in selectInterpP1F16()
847 .addReg(InterpMov) // $src2 - 2 f16 values selected by high in selectInterpP1F16()