HomeSort by relevance Sort by last modified time
    Searched refs:convertToThreeAddress (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 69 convertToThreeAddress(MachineFunction::iterator &MFI,
AMDGPUInstrInfo.cpp 80 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 195 /// convertToThreeAddress - This method must be implemented by targets that
206 convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 45 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
ARMBaseInstrInfo.cpp 122 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 195 /// convertToThreeAddress - This method must be implemented by targets that
205 virtual MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 621 // FIXME: Why does convertToThreeAddress() need an iterator reference?
623 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, mi, LV);
624 assert(MBB == MFI && "convertToThreeAddress changed iterator reference");
637 // uses RegB, convertToThreeAddress must have created more
    [all...]

Completed in 147 milliseconds