Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4251 unsigned ScalarOpc; in fewerElementsVectorReductions() local
4254 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 …]
H A DIRTranslator.cpp2184 unsigned ScalarOpc; in translateKnownIntrinsic() local
2187 ScalarOpc = TargetOpcode::G_FADD; in translateKnownIntrinsic()
2190 ScalarOpc = TargetOpcode::G_FMUL; in translateKnownIntrinsic()
2195 MIRBuilder.buildInstr(ScalarOpc, {Dst}, {ScalarSrc, Rdx}, in translateKnownIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h254 unsigned ScalarOpc);