|
LLVM 23.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 241 of file MipsCallLowering.cpp.
References T.
Referenced by isSupportedArgumentType(), llvm::MipsCallLowering::lowerCall(), llvm::RISCVCallLowering::lowerCall(), llvm::MipsCallLowering::lowerFormalArguments(), and llvm::RISCVCallLowering::lowerFormalArguments().
Definition at line 251 of file MipsCallLowering.cpp.
References T.
Referenced by isSupportedReturnType(), llvm::MipsCallLowering::lowerCall(), llvm::RISCVCallLowering::lowerCall(), llvm::MipsCallLowering::lowerReturn(), and llvm::RISCVCallLowering::lowerReturn().