Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4374 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
4382 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4385 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4390 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4395 if (SetRoundOp) { in EmitInstrWithCustomInserter()
4396 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()