OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commuteInstruction
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/R600/
SIInstrInfo.cpp
185
MachineInstr *SIInstrInfo::
commuteInstruction
(MachineInstr *MI,
192
MI = TargetInstrInfo::
commuteInstruction
(MI, NewMI);
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
116
//
commuteInstruction
- The default implementation of this method just exchanges
118
MachineInstr *TargetInstrInfo::
commuteInstruction
(MachineInstr *MI,
TwoAddressInstructionPass.cpp
108
bool
commuteInstruction
(MachineBasicBlock::iterator &mi,
571
///
commuteInstruction
- Commute a two-address instruction and update the basic
575
commuteInstruction
(MachineBasicBlock::iterator &mi,
579
MachineInstr *NewMI = TII->
commuteInstruction
(MI);
588
"TargetInstrInfo::
commuteInstruction
() should not return a new "
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
148
//
commuteInstruction
- We can commute rlwimi instructions, but only if the
151
PPCInstrInfo::
commuteInstruction
(MachineInstr *MI, bool NewMI) const {
157
return TargetInstrInfo::
commuteInstruction
(MI, NewMI);
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 4438 milliseconds