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/
DAMDGPUInstructionSelector.h150 selectVOP3ModsImpl(MachineOperand &Root, bool AllowAbs = true,
DAMDGPUISelDAGToDAG.h219 bool AllowAbs = true) const;
DAMDGPUISelDAGToDAG.cpp2594 bool AllowAbs) const { in SelectVOP3ModsImpl()
2603 if (AllowAbs && Src.getOpcode() == ISD::FABS) { in SelectVOP3ModsImpl()
DAMDGPUInstructionSelector.cpp3510 MachineOperand &Root, bool AllowAbs, bool OpSel) const { in selectVOP3ModsImpl() argument
3521 if (AllowAbs && MI->getOpcode() == AMDGPU::G_FABS) { in selectVOP3ModsImpl()