HomeSort by: relevance | last modified time | path
    Searched refs:commuteInstructionImpl (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 52 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
WebAssemblyInstrInfo.cpp 90 MachineInstr *WebAssemblyInstrInfo::commuteInstructionImpl(
100 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 67 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
Thumb2InstrInfo.cpp 259 MachineInstr *Thumb2InstrInfo::commuteInstructionImpl(MachineInstr &MI,
272 return ARMBaseInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
ARMBaseInstrInfo.h 101 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
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.h 142 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
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/Target/SystemZ/
SystemZInstrInfo.h 212 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
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/X86/
X86InstrInfo.h 576 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
X86InstrInfo.cpp 2011 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
2042 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2053 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2074 return TargetInstrInfo::commuteInstructionImpl(WorkingMI,
2108 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2128 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2151 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2162 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2171 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
2187 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 273 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
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/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/include/llvm/CodeGen/
TargetInstrInfo.h 160 virtual MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 142 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
SIInstrInfo.cpp 2069 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
2093 = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, Src0Idx, Src1Idx);

Completed in 85 milliseconds