LLVM 22.0.0git
|
This file defines the interfaces that M68k uses to lower LLVM code into a selection DAG. More...
#include "M68k.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/Function.h"
#include <deque>
Go to the source code of this file.
Classes | |
class | llvm::M68kTargetLowering |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::M68k |
Define some predicates that are used for node matching. |
Functions | |
bool | llvm::M68k::isCalleePop (CallingConv::ID CallingConv, bool IsVarArg, bool GuaranteeTCO) |
Determines whether the callee is required to pop its own arguments. |
This file defines the interfaces that M68k uses to lower LLVM code into a selection DAG.
Definition in file M68kISelLowering.h.