LLVM 20.0.0git
|
#include "Mips.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "mips-os16" |
Functions | |
static bool | needsFPFromSig (Function &F) |
static bool | needsFP (Function &F) |
Variables | |
static cl::opt< std::string > | Mips32FunctionMask ("mips32-function-mask", cl::init(""), cl::desc("Force function to be mips32"), cl::Hidden) |
#define DEBUG_TYPE "mips-os16" |
Definition at line 23 of file MipsOs16.cpp.
Definition at line 74 of file MipsOs16.cpp.
References llvm::dbgs(), F, llvm::Instruction::getOpcode(), I, LLVM_DEBUG, and needsFPFromSig().
Definition at line 50 of file MipsOs16.cpp.
References llvm::Type::DoubleTyID, F, llvm::Type::FloatTyID, llvm::Value::getType(), and llvm::Type::getTypeID().
Referenced by needsFP().