Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h319 std::pair<Register, unsigned> selectVOP3PMadMixModsImpl(MachineOperand &Root,
H A DAMDGPUInstructionSelector.cpp5390 AMDGPUInstructionSelector::selectVOP3PMadMixModsImpl(MachineOperand &Root, in selectVOP3PMadMixModsImpl() function in AMDGPUInstructionSelector
5460 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixModsExt()
5475 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixMods()