Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2219 bool IsF16 = false; in convertToThreeAddress() local
2226 IsF16 = true; in convertToThreeAddress()
2232 IsF16 = true; in convertToThreeAddress()
2265 get(IsF16 ? AMDGPU::V_MADAK_F16 : AMDGPU::V_MADAK_F32)) in convertToThreeAddress()
2273 get(IsF16 ? AMDGPU::V_MADMK_F16 : AMDGPU::V_MADMK_F32)) in convertToThreeAddress()
2283 get(IsF16 ? AMDGPU::V_MADMK_F16 : AMDGPU::V_MADMK_F32)) in convertToThreeAddress()
2291 assert((!IsFMA || !IsF16) && "fmac only expected with f32"); in convertToThreeAddress()
2293 (IsF16 ? AMDGPU::V_MAD_F16 : AMDGPU::V_MAD_F32); in convertToThreeAddress()