OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commuteInstructionImpl
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp
90
MachineInstr *WebAssemblyInstrInfo::
commuteInstructionImpl
(
100
return TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp
259
MachineInstr *Thumb2InstrInfo::
commuteInstructionImpl
(MachineInstr &MI,
272
return ARMBaseInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
ARMBaseInstrInfo.cpp
2243
MachineInstr *ARMBaseInstrInfo::
commuteInstructionImpl
(MachineInstr &MI,
2257
TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
2266
return TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
1268
MachineInstr *RISCVInstrInfo::
commuteInstructionImpl
(MachineInstr &MI,
1315
return TargetInstrInfo::
commuteInstructionImpl
(WorkingMI, /*NewMI=*/false,
1338
return TargetInstrInfo::
commuteInstructionImpl
(WorkingMI, /*NewMI=*/false,
1346
return TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp
167
MachineInstr *TargetInstrInfo::
commuteInstructionImpl
(MachineInstr &MI,
180
"TargetInstrInfo::
CommuteInstructionImpl
(): not commutable operands.");
262
return
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
1142
MachineInstr *PPCInstrInfo::
commuteInstructionImpl
(MachineInstr &MI, bool NewMI,
1149
return TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
272
MachineInstr *SystemZInstrInfo::
commuteInstructionImpl
(MachineInstr &MI,
296
return TargetInstrInfo::
commuteInstructionImpl
(WorkingMI, /*NewMI=*/false,
300
return TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, OpIdx1, OpIdx2);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
2069
MachineInstr *SIInstrInfo::
commuteInstructionImpl
(MachineInstr &MI, bool NewMI,
2093
= TargetInstrInfo::
commuteInstructionImpl
(MI, NewMI, Src0Idx, Src1Idx);
Completed in 73 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026