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

  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 442 SmallVectorImpl<MachineInstr*> &NewMIs,
447 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
455 NewMIs.push_back(BuildMI(MF, DL, get(PPC::MFLR), PPC::R11));
456 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
463 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
471 NewMIs.push_back(BuildMI(MF, DL, get(PPC::MFLR8), PPC::X11));
472 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
478 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFD))
483 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS))
488 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::SPILL_CR)
    [all...]
PPCInstrInfo.h 74 SmallVectorImpl<MachineInstr*> &NewMIs,
79 SmallVectorImpl<MachineInstr*> &NewMIs,
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineLICM.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 87 SmallVectorImpl<MachineInstr*> &NewMIs) const;
98 SmallVectorImpl<MachineInstr*> &NewMIs) const;
HexagonInstrInfo.cpp 487 SmallVectorImpl<MachineInstr*> &NewMIs) const
527 SmallVectorImpl<MachineInstr*> &NewMIs) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 248 SmallVectorImpl<MachineInstr*> &NewMIs) const;
261 SmallVectorImpl<MachineInstr*> &NewMIs) const;
300 SmallVectorImpl<MachineInstr*> &NewMIs) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 104 SmallVectorImpl<MachineInstr *> &NewMIs) const;
AMDGPUInstrInfo.cpp 168 SmallVectorImpl<MachineInstr*> &NewMIs) const {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 575 SmallVectorImpl<MachineInstr*> &NewMIs) const{
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 209 std::vector<MachineInstr*> NewMIs;
219 NewMIs.push_back(MemMI);
220 NewMIs.push_back(UpdateMI);
232 NewMIs.push_back(UpdateMI);
233 NewMIs.push_back(MemMI);
252 MachineInstr *NewMI = NewMIs[j];
265 MFI->insert(MBBI, NewMIs[1]);
266 MFI->insert(MBBI, NewMIs[0]);
267 return NewMIs[0];
    [all...]

Completed in 162 milliseconds