Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5205 unsigned SetDenormOp = 0; in EmitInstrWithCustomInserter() local
5215 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
5219 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
5222 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
5235 if (SetDenormOp) { in EmitInstrWithCustomInserter()
5236 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetDenormOp)) in EmitInstrWithCustomInserter()