Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4373 unsigned SetDenormOp = 0; in EmitInstrWithCustomInserter() local
4383 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4387 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4390 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4403 if (SetDenormOp) { in EmitInstrWithCustomInserter()
4404 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetDenormOp)) in EmitInstrWithCustomInserter()