Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h150 selectVOP3ModsImpl(MachineOperand &Root, bool AllowAbs = true,
H A DAMDGPUISelDAGToDAG.h219 bool AllowAbs = true) const;
H A DAMDGPUISelDAGToDAG.cpp2594 bool AllowAbs) const { in SelectVOP3ModsImpl()
2603 if (AllowAbs && Src.getOpcode() == ISD::FABS) { in SelectVOP3ModsImpl()
H A DAMDGPUInstructionSelector.cpp3510 MachineOperand &Root, bool AllowAbs, bool OpSel) const { in selectVOP3ModsImpl() argument
3521 if (AllowAbs && MI->getOpcode() == AMDGPU::G_FABS) { in selectVOP3ModsImpl()