Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5206 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
5214 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5217 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5222 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
5227 if (SetRoundOp) { in EmitInstrWithCustomInserter()
5228 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()