LLVM 19.0.0git
Functions
MipsCallLowering.cpp File Reference

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)
 

Detailed Description

This file implements the lowering of LLVM calls to machine code calls for GlobalISel.

Definition in file MipsCallLowering.cpp.

Function Documentation

◆ isSupportedArgumentType()

static bool isSupportedArgumentType ( Type T)
static

◆ isSupportedReturnType()

static bool isSupportedReturnType ( Type T)
static