Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4416 unsigned SetRoundOp = 0; in EmitInstrWithCustomInserter() local
4424 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4427 SetRoundOp = AMDGPU::S_ROUND_MODE; in EmitInstrWithCustomInserter()
4432 if (SetRoundOp || SetDenormOp) { in EmitInstrWithCustomInserter()
4437 if (SetRoundOp) { in EmitInstrWithCustomInserter()
4438 BuildMI(*BB, MI, MI.getDebugLoc(), TII->get(SetRoundOp)) in EmitInstrWithCustomInserter()