Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4415 unsigned SetDenormOp = 0; in EmitInstrWithCustomInserter() local
4425 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4429 SetDenormOp = AMDGPU::S_DENORM_MODE; in EmitInstrWithCustomInserter()
4432 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4445 if (SetDenormOp) { in EmitInstrWithCustomInserter()
4446 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetDenormOp)) in EmitInstrWithCustomInserter()