OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMULHS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
3325
bool
HasMULHS
= TLI.isOperationLegalOrCustom(ISD::MULHS, VT);
3328
if (HasSMUL_LOHI && !
HasMULHS
) {
TargetLowering.cpp
6262
bool
HasMULHS
= (Kind == MulExpansionKind::Always) ||
6271
if (!HasMULHU && !
HasMULHS
&& !HasUMUL_LOHI && !HasSMUL_LOHI)
6289
if ((Signed &&
HasMULHS
) || (!Signed && HasMULHU)) {
Completed in 67 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026