Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4320 unsigned SetDenormOp = 0; in EmitInstrWithCustomInserter() local
4330 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4334 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4337 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4350 if (SetDenormOp) { in EmitInstrWithCustomInserter()
4351 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetDenormOp)) in EmitInstrWithCustomInserter()