LLVM: lib/Target/Mips/MipsOs16.cpp File Reference (original) (raw)
#include "[Mips.h](Mips%5F8h%5Fsource.html)"#include "[llvm/IR/Instructions.h](Instructions%5F8h%5Fsource.html)"#include "[llvm/IR/Module.h](IR%5F2Module%5F8h%5Fsource.html)"#include "[llvm/Pass.h](Pass%5F8h%5Fsource.html)"#include "[llvm/Support/CommandLine.h](CommandLine%5F8h%5Fsource.html)"#include "[llvm/Support/Debug.h](Support%5F2Debug%5F8h%5Fsource.html)"#include "[llvm/Support/raw_ostream.h](raw%5F%5Fostream%5F8h%5Fsource.html)"
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) |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "mips-os16"
Definition at line 23 of file MipsOs16.cpp.
Function Documentation
◆ needsFP()
| bool needsFP ( Function & F) | static |
|---|
Definition at line 74 of file MipsOs16.cpp.
References llvm::dbgs(), llvm::dyn_cast(), E(), F, llvm::Instruction::getOpcode(), I, LLVM_DEBUG, and needsFPFromSig().
◆ needsFPFromSig()
| bool needsFPFromSig ( Function & F) | static |
|---|
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().
Variable Documentation
◆ Mips32FunctionMask
| cl::opt< std::string > Mips32FunctionMask("mips32-function-mask", cl::init(""), cl::desc("Force function to be mips32"), cl::Hidden) ( "mips32-function-mask" , cl::init("") , cl::desc("Force function to be mips32") , cl::Hidden ) | static |
|---|