Home
last modified time | relevance | path

Searched refs:Nios2InstrInfo (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2InstrInfo.cpp24 void Nios2InstrInfo::anchor() {} in anchor()
26 Nios2InstrInfo::Nios2InstrInfo(Nios2Subtarget &ST) in Nios2InstrInfo() function in Nios2InstrInfo
30 bool Nios2InstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()
45 void Nios2InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
DNios2.td17 include "Nios2InstrInfo.td"
38 def Nios2InstrInfo : InstrInfo;
55 // def Nios2InstrInfo : InstrInfo as before.
56 let InstructionSet = Nios2InstrInfo;
DNios2InstrInfo.h27 class Nios2InstrInfo : public Nios2GenInstrInfo {
33 explicit Nios2InstrInfo(Nios2Subtarget &ST);
DNios2Subtarget.h59 Nios2InstrInfo InstrInfo;
81 const Nios2InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DCMakeLists.txt16 Nios2InstrInfo.cpp
DNios2InstrInfo.td1 //===- Nios2InstrInfo.td - Target Description for Nios2 ------*- tablegen -*-=//
DNios2InstrFormats.td98 // TSFlags layout should be kept in sync with Nios2InstrInfo.h.