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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 273 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
SystemZInstrInfo.cpp 945 MachineInstr *SystemZInstrInfo::convertToThreeAddress(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 255 /// convertToThreeAddress - This method must be implemented by targets that
265 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
587 /// This is a helper for convertToThreeAddress for 8 and 16-bit instructions.
X86FixupLEAs.cpp 173 // convertToThreeAddress will call getImm()
192 return TII->convertToThreeAddress(MFI, MI, nullptr);
X86InstrInfo.cpp 1377 X86InstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 408 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 123 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
ARMBaseInstrInfo.cpp 176 MachineInstr *ARMBaseInstrInfo::convertToThreeAddress(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 331 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MBB,
SIInstrInfo.cpp 3043 MachineInstr *SIInstrInfo::convertToThreeAddress(MachineFunction::iterator &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 588 // FIXME: Why does convertToThreeAddress() need an iterator reference?
590 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV);
592 "convertToThreeAddress changed iterator reference");

Completed in 45 milliseconds