Home
last modified time | relevance | path

Searched refs:expandPostRAPseudo (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.h36 bool expandPostRAPseudo(MachineInstr &MI) const override;
DBPFInstrInfo.cpp115 bool BPFInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in BPFInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.h102 bool expandPostRAPseudo(MachineInstr &MI) const override;
DSparcInstrInfo.cpp493 bool SparcInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in SparcInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.h113 bool expandPostRAPseudo(MachineInstr &MI) const override;
DVEInstrInfo.cpp843 bool VEInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in VEInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h63 bool expandPostRAPseudo(MachineInstr &MI) const override;
DMips16InstrInfo.h69 bool expandPostRAPseudo(MachineInstr &MI) const override;
DMips16InstrInfo.cpp142 bool Mips16InstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp403 bool MipsSEInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in MipsSEInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h68 bool expandPostRAPseudo(MachineInstr &MI) const override;
DLanaiInstrInfo.cpp119 bool LanaiInstrInfo::expandPostRAPseudo(MachineInstr & /*MI*/) const { in expandPostRAPseudo() function in LanaiInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp203 if (TII->expandPostRAPseudo(MI)) { in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h212 bool expandPostRAPseudo(MachineInstr &MI) const override;
DSIInstrInfo.h234 bool expandPostRAPseudo(MachineInstr &MI) const override;
DR600InstrInfo.cpp1001 bool R600InstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in R600InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h286 bool expandPostRAPseudo(MachineInstr &MBBI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kInstrInfo.h291 bool expandPostRAPseudo(MachineInstr &MI) const override;
DM68kInstrInfo.cpp574 bool M68kInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo() function in M68kInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h263 bool expandPostRAPseudo(MachineInstr &MI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h204 bool expandPostRAPseudo(MachineInstr &MI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h371 bool expandPostRAPseudo(MachineInstr &MI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h582 bool expandPostRAPseudo(MachineInstr &MI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h222 bool expandPostRAPseudo(MachineInstr &MI) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1064 virtual bool expandPostRAPseudo(MachineInstr &MI) const { return false; } in expandPostRAPseudo() function

12