OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommuteOpIdx1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h
205
/// The arguments '
CommuteOpIdx1
' and 'CommuteOpIdx2' specify the operands
213
unsigned
CommuteOpIdx1
,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h
569
/// The arguments '
CommuteOpIdx1
' and 'CommuteOpIdx2' specify the operands
577
unsigned
CommuteOpIdx1
,
X86InstrInfo.cpp
5629
unsigned
CommuteOpIdx1
= OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex;
5630
if (findCommutedOpIndices(MI,
CommuteOpIdx1
, CommuteOpIdx2)) {
5633
Register Reg1 = MI.getOperand(
CommuteOpIdx1
).getReg();
5636
0 == MI.getDesc().getOperandConstraint(
CommuteOpIdx1
, MCOI::TIED_TO);
5647
commuteInstruction(MI, false,
CommuteOpIdx1
, CommuteOpIdx2);
5666
commuteInstruction(MI, false,
CommuteOpIdx1
, CommuteOpIdx2);
Completed in 23 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026