Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h198 bool IsCanonicalizing = true,
H A DAMDGPUInstructionSelector.h161 bool IsCanonicalizing = true,
H A DAMDGPUISelDAGToDAG.cpp3016 bool IsCanonicalizing, in SelectVOP3ModsImpl() argument
3024 } else if (Src.getOpcode() == ISD::FSUB && IsCanonicalizing) { in SelectVOP3ModsImpl()
H A DAMDGPUInstructionSelector.cpp4171 Register Src, bool IsCanonicalizing, bool AllowAbs, bool OpSel) const { in selectVOP3ModsImpl() argument
4179 } else if (MI->getOpcode() == AMDGPU::G_FSUB && IsCanonicalizing) { in selectVOP3ModsImpl()