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.cpp5448 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
5456 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5459 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
5464 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
5469 if (SetRoundOp) { in EmitInstrWithCustomInserter()
5470 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()