Searched refs:IsFMA (Results 1 – 2 of 2) sorted by relevance
1154 class IsFMA final : public InstructionRule { class in __anon5d856e630111::MFMAExpInterleaveOpt1161 IsFMA(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsFMA() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsFMA1634 SG->addRule(std::make_shared<IsFMA>(TII, SG->getSGID())); in applyIGLPStrategy()1647 SG->addRule(std::make_shared<IsFMA>(TII, SG->getSGID())); in applyIGLPStrategy()1701 SG->addRule(std::make_shared<IsFMA>(TII, SG->getSGID())); in applyIGLPStrategy()1824 SG->addRule(std::make_shared<IsFMA>(TII, SG->getSGID())); in applyIGLPStrategy()
3519 bool IsFMA = in foldImmediate() local3554 IsFMA ? (IsF32 ? AMDGPU::V_FMAMK_F32 in foldImmediate()3633 IsFMA ? (IsF32 ? AMDGPU::V_FMAAK_F32 in foldImmediate()3882 bool IsFMA = Opc == AMDGPU::V_FMAC_F32_e32 || Opc == AMDGPU::V_FMAC_F32_e64 || in convertToThreeAddress() local3965 IsFMA ? (IsF16 ? (ST.hasTrue16BitInsts() ? AMDGPU::V_FMAAK_F16_t16 in convertToThreeAddress()3984 IsFMA ? (IsF16 ? (ST.hasTrue16BitInsts() ? AMDGPU::V_FMAMK_F16_t16 in convertToThreeAddress()4033 unsigned NewOpc = IsFMA ? IsF16 ? AMDGPU::V_FMA_F16_gfx9_e64 in convertToThreeAddress()