Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2575 SDNode *InterpMov = in SelectInterpP1F16() local
2590 SDValue(InterpMov, 0), // Src2 - holds two f16 values selected by high in SelectInterpP1F16()
2594 SDValue(InterpMov, 1) in SelectInterpP1F16()
H A DAMDGPUInstructionSelector.cpp777 Register InterpMov = MRI->createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectInterpP1F16() local
783 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::V_INTERP_MOV_F32), InterpMov) in selectInterpP1F16()
794 .addReg(InterpMov) // $src2 - 2 f16 values selected by high in selectInterpP1F16()