Searched refs:ScalarOpc (Results 1 – 3 of 3) sorted by relevance
4251 unsigned ScalarOpc; in fewerElementsVectorReductions() local4254 ScalarOpc = TargetOpcode::G_FADD; in fewerElementsVectorReductions()4257 ScalarOpc = TargetOpcode::G_FMUL; in fewerElementsVectorReductions()4260 ScalarOpc = TargetOpcode::G_FMAXNUM; in fewerElementsVectorReductions()4263 ScalarOpc = TargetOpcode::G_FMINNUM; in fewerElementsVectorReductions()4266 ScalarOpc = TargetOpcode::G_ADD; in fewerElementsVectorReductions()4269 ScalarOpc = TargetOpcode::G_MUL; in fewerElementsVectorReductions()4272 ScalarOpc = TargetOpcode::G_AND; in fewerElementsVectorReductions()4275 ScalarOpc = TargetOpcode::G_OR; in fewerElementsVectorReductions()4278 ScalarOpc = TargetOpcode::G_XOR; in fewerElementsVectorReductions()[all …]
2184 unsigned ScalarOpc; in translateKnownIntrinsic() local2187 ScalarOpc = TargetOpcode::G_FADD; in translateKnownIntrinsic()2190 ScalarOpc = TargetOpcode::G_FMUL; in translateKnownIntrinsic()2195 MIRBuilder.buildInstr(ScalarOpc, {Dst}, {ScalarSrc, Rdx}, in translateKnownIntrinsic()
254 unsigned ScalarOpc);