Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5799 unsigned SetDenormOp = 0; in EmitInstrWithCustomInserter() local
5809 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
5813 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
5816 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
5829 if (SetDenormOp) { in EmitInstrWithCustomInserter()
5830 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetDenormOp)) in EmitInstrWithCustomInserter()