HomeSort by relevance Sort by last modified time
    Searched full:converttothreeaddress (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 133 // convertToThreeAddress will call getImm()
141 // if src1 != src2, then convertToThreeAddress will
147 return TII->convertToThreeAddress(MFI, MBBI, nullptr);
X86InstrInfo.h 223 /// convertToThreeAddress - This method must be implemented by targets that
233 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h 68 convertToThreeAddress(MachineFunction::iterator &MFI,
AMDGPUInstrInfo.cpp 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h 68 convertToThreeAddress(MachineFunction::iterator &MFI,
AMDGPUInstrInfo.cpp 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 72 convertToThreeAddress(MachineFunction::iterator &MFI,
AMDGPUInstrInfo.cpp 83 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 182 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
SystemZInstrInfo.cpp 657 // Used to return from convertToThreeAddress after replacing two-address
674 SystemZInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 624 // FIXME: Why does convertToThreeAddress() need an iterator reference?
626 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, mi, LV);
627 assert(MBB == MFI && "convertToThreeAddress changed iterator reference");
640 // uses RegB, convertToThreeAddress must have created more
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 45 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
ARMBaseInstrInfo.cpp 126 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 222 /// convertToThreeAddress - This method must be implemented by targets that
233 convertToThreeAddress(MachineFunction::iterator &MFI,
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 425 /// TargetInstrInfo::convertToThreeAddress method for this instruction, which
  /external/llvm/lib/Target/PowerPC/
README.txt 385 logical op, it will invoke PPCInstrInfo::convertToThreeAddress. At this point
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 571 /// TargetInstrInfo::convertToThreeAddress method for this instruction, which
    [all...]

Completed in 4369 milliseconds