OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Commutable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
171
Commutable
,
468
/// Note that this flag may be set on instructions that are only
commutable
472
bool isCommutable() const { return Flags & (1ULL << MCID::
Commutable
); }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h
237
bool
Commutable
= false>
250
(
Commutable
&& (R.match(MRI, TmpMI->getOperand(1).getReg()) &&
259
template <typename LHS_P, typename RHS_P, bool
Commutable
= false>
275
(
Commutable
&& (R.match(MRI, TmpMI->getOperand(1).getReg()) &&
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
934
template <typename LHS_t, typename RHS_t, bool
Commutable
= false>
946
(
Commutable
&& L.match(I->getOperand(1)) &&
982
bool
Commutable
= false>
995
(
Commutable
&& L.match(I->getOperand(1)) &&
1001
(
Commutable
&& L.match(CE->getOperand(1)) &&
1370
bool
Commutable
= false>
1386
} else if (
Commutable
&& L.match(I->getOperand(1)) &&
1757
bool
Commutable
= false>
1776
(
Commutable
&& L.match(RHS) && R.match(LHS));
1802
(
Commutable
&& L.match(RHS) && R.match(LHS))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h
1042
/// Note that this flag may be set on instructions that are only
commutable
1047
return hasProperty(MCID::
Commutable
, Type);
Completed in 20 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026