LLVM 20.0.0git
|
This file implements the lowering of LLVM calls to machine code calls for GlobalISel. More...
#include "MipsCallLowering.h"
#include "MipsCCState.h"
#include "MipsMachineFunction.h"
#include "MipsTargetMachine.h"
#include "llvm/CodeGen/Analysis.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
Go to the source code of this file.
Functions | |
static bool | isSupportedArgumentType (Type *T) |
static bool | isSupportedReturnType (Type *T) |
This file implements the lowering of LLVM calls to machine code calls for GlobalISel.
Definition in file MipsCallLowering.cpp.
Definition at line 293 of file MipsCallLowering.cpp.
Referenced by llvm::MipsCallLowering::lowerCall(), llvm::RISCVCallLowering::lowerCall(), llvm::MipsCallLowering::lowerFormalArguments(), and llvm::RISCVCallLowering::lowerFormalArguments().
Definition at line 303 of file MipsCallLowering.cpp.
Referenced by isSupportedReturnType(), llvm::MipsCallLowering::lowerCall(), llvm::RISCVCallLowering::lowerCall(), llvm::MipsCallLowering::lowerReturn(), and llvm::RISCVCallLowering::lowerReturn().