Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5800 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
5808 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5811 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5816 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
5821 if (SetRoundOp) { in EmitInstrWithCustomInserter()
5822 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()