reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
 2565   SelectVOP3ModsImpl(In, Src, Mods);
 2567   if (Src.getOpcode() == ISD::FP_EXTEND) {
 2568     Src = Src.getOperand(0);
 2568     Src = Src.getOperand(0);
 2569     assert(Src.getValueType() == MVT::f16);
 2570     Src = stripBitcast(Src);
 2570     Src = stripBitcast(Src);
 2576       SelectVOP3ModsImpl(Src, Src, ModsTmp);
 2576       SelectVOP3ModsImpl(Src, Src, ModsTmp);
 2591     if (isExtractHiElt(Src, Src)) {
 2591     if (isExtractHiElt(Src, Src)) {