Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4321 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
4329 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4332 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4337 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4342 if (SetRoundOp) { in EmitInstrWithCustomInserter()
4343 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()