OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommuteOpIdx2
(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
214
unsigned
CommuteOpIdx2
) const override;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h
569
/// The arguments 'CommuteOpIdx1' and '
CommuteOpIdx2
' specify the operands
578
unsigned
CommuteOpIdx2
) const override;
X86InstrInfo.cpp
5629
unsigned CommuteOpIdx1 = OpNum,
CommuteOpIdx2
= CommuteAnyOperandIndex;
5630
if (findCommutedOpIndices(MI, CommuteOpIdx1,
CommuteOpIdx2
)) {
5634
Register Reg2 = MI.getOperand(
CommuteOpIdx2
).getReg();
5638
0 == MI.getDesc().getOperandConstraint(
CommuteOpIdx2
, MCOI::TIED_TO);
5647
commuteInstruction(MI, false, CommuteOpIdx1,
CommuteOpIdx2
);
5659
NewMI = foldMemoryOperandImpl(MF, MI,
CommuteOpIdx2
, MOs, InsertPt, Size,
5666
commuteInstruction(MI, false, CommuteOpIdx1,
CommuteOpIdx2
);
Completed in 80 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026