Home
last modified time | relevance | path

Searched refs:MipsSEFrameLowering (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h22 class MipsSEFrameLowering : public MipsFrameLowering {
24 explicit MipsSEFrameLowering(const MipsSubtarget &STI);
H A DMipsSEFrameLowering.cpp399 MipsSEFrameLowering::MipsSEFrameLowering(const MipsSubtarget &STI) in MipsSEFrameLowering() function in MipsSEFrameLowering
402 void MipsSEFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
561 void MipsSEFrameLowering::emitInterruptPrologueStub( in emitInterruptPrologueStub()
689 void MipsSEFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
748 void MipsSEFrameLowering::emitInterruptEpilogueStub( in emitInterruptEpilogueStub()
778 int MipsSEFrameLowering::getFrameIndexReference(const MachineFunction &MF, in getFrameIndexReference()
793 bool MipsSEFrameLowering::
844 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame()
862 void MipsSEFrameLowering::determineCalleeSaves(MachineFunction &MF, in determineCalleeSaves()
920 return new MipsSEFrameLowering(ST); in createMipsSEFrameLowering()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1077 SRCS_MIN+= Target/Mips/MipsSEFrameLowering.cpp