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     [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/X86/
X86InstrInfo.h 347 SmallVectorImpl<MachineInstr*> &NewMIs) const;
360 SmallVectorImpl<MachineInstr*> &NewMIs) const;
388 SmallVectorImpl<MachineInstr*> &NewMIs) const override;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 108 SmallVectorImpl<MachineInstr *> &NewMIs) const override;
AMDGPUInstrInfo.cpp 171 SmallVectorImpl<MachineInstr*> &NewMIs) const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 167 SmallVectorImpl<MachineInstr*> &NewMIs) const {
AMDGPUInstrInfo.h 103 SmallVectorImpl<MachineInstr *> &NewMIs) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 215 std::vector<MachineInstr*> NewMIs;
225 NewMIs.push_back(MemMI);
226 NewMIs.push_back(UpdateMI);
238 NewMIs.push_back(UpdateMI);
239 NewMIs.push_back(MemMI);
258 MachineInstr *NewMI = NewMIs[j];
271 MFI->insert(MBBI, NewMIs[1]);
272 MFI->insert(MBBI, NewMIs[0]);
273 return NewMIs[0];
    [all...]

Completed in 1448 milliseconds