OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commuteInstruction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp
58
//
commuteInstruction
- The default implementation of this method just exchanges
60
MachineInstr *TargetInstrInfoImpl::
commuteInstruction
(MachineInstr *MI,
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
95
//
commuteInstruction
- We can commute rlwimi instructions, but only if the
98
PPCInstrInfo::
commuteInstruction
(MachineInstr *MI, bool NewMI) const {
103
return TargetInstrInfoImpl::
commuteInstruction
(MI, NewMI);
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 35 milliseconds