Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp696 using CheckRetType = in matchSDWAOperand() typedef
699 [&](const MachineOperand *Op1, const MachineOperand *Op2) -> CheckRetType { in matchSDWAOperand()
701 return CheckRetType(std::nullopt); in matchSDWAOperand()
705 return CheckRetType(std::nullopt); in matchSDWAOperand()
709 return CheckRetType(std::nullopt); in matchSDWAOperand()
713 return CheckRetType(std::nullopt); in matchSDWAOperand()
715 return CheckRetType(std::pair(Op1Def, Op2Def)); in matchSDWAOperand()