HomeSort by relevance Sort by last modified time
    Searched defs:commuteInstructionImpl (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 80 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
91 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 321 MachineInstr *PPCInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
328 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 126 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr &MI,
139 "TargetInstrInfo::CommuteInstructionImpl(): not commutable operands.");
207 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 945 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 271 milliseconds