OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalarOpc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerHelper.h
254
unsigned
ScalarOpc
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
4251
unsigned
ScalarOpc
;
4254
ScalarOpc
= TargetOpcode::G_FADD;
4257
ScalarOpc
= TargetOpcode::G_FMUL;
4260
ScalarOpc
= TargetOpcode::G_FMAXNUM;
4263
ScalarOpc
= TargetOpcode::G_FMINNUM;
4266
ScalarOpc
= TargetOpcode::G_ADD;
4269
ScalarOpc
= TargetOpcode::G_MUL;
4272
ScalarOpc
= TargetOpcode::G_AND;
4275
ScalarOpc
= TargetOpcode::G_OR;
4278
ScalarOpc
= TargetOpcode::G_XOR
[
all
...]
IRTranslator.cpp
2184
unsigned
ScalarOpc
;
2187
ScalarOpc
= TargetOpcode::G_FADD;
2190
ScalarOpc
= TargetOpcode::G_FMUL;
2195
MIRBuilder.buildInstr(
ScalarOpc
, {Dst}, {ScalarSrc, Rdx},
Completed in 35 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026