LLVM 20.0.0git
|
Functions | |
const char * | MipsFCCToString (Mips::CondCode CC) |
FastISel * | createFastISel (FunctionLoweringInfo &funcInfo, const TargetLibraryInfo *libInfo) |
Variables | |
const RegisterBankInfo::PartialMapping | PartMappings [] |
const RegisterBankInfo::ValueMapping | ValueMappings [] |
anonymous enum |
Enumerator | |
---|---|
Tag_GNU_MIPS_ABI_FP | |
Tag_GNU_MIPS_ABI_MSA |
Definition at line 77 of file MipsABIFlags.h.
enum llvm::Mips::AFL_ASE |
Definition at line 31 of file MipsABIFlags.h.
enum llvm::Mips::AFL_EXT |
Definition at line 50 of file MipsABIFlags.h.
Enumerator | |
---|---|
AFL_FLAGS1_ODDSPREG |
Definition at line 74 of file MipsABIFlags.h.
enum llvm::Mips::AFL_REG |
Enumerator | |
---|---|
AFL_REG_NONE | |
AFL_REG_32 | |
AFL_REG_64 | |
AFL_REG_128 |
Definition at line 23 of file MipsABIFlags.h.
enum llvm::Mips::CondCode |
Definition at line 32 of file MipsInstPrinter.h.
enum llvm::Mips::Fixups |
Definition at line 24 of file MipsFixupKinds.h.
Enumerator | |
---|---|
BRANCH_F | |
BRANCH_T | |
BRANCH_FL | |
BRANCH_TL | |
BRANCH_INVALID |
Definition at line 23 of file MipsInstPrinter.h.
Enumerator | |
---|---|
PMI_GPR | |
PMI_SPR | |
PMI_DPR | |
PMI_MSA | |
PMI_Min |
Definition at line 27 of file MipsRegisterBankInfo.cpp.
Definition at line 84 of file MipsABIFlags.h.
Enumerator | |
---|---|
Val_GNU_MIPS_ABI_MSA_ANY | |
Val_GNU_MIPS_ABI_MSA_128 |
Definition at line 96 of file MipsABIFlags.h.
Enumerator | |
---|---|
InvalidIdx | |
GPRIdx | |
SPRIdx | |
DPRIdx | |
MSAIdx |
Definition at line 42 of file MipsRegisterBankInfo.cpp.
FastISel * llvm::Mips::createFastISel | ( | FunctionLoweringInfo & | funcInfo, |
const TargetLibraryInfo * | libInfo | ||
) |
Definition at line 2143 of file MipsFastISel.cpp.
Referenced by llvm::MipsTargetLowering::createFastISel().
const char * llvm::Mips::MipsFCCToString | ( | Mips::CondCode | CC | ) |
Definition at line 37 of file MipsInstPrinter.cpp.
References CC, FCOND_F, FCOND_GE, FCOND_GL, FCOND_GLE, FCOND_GT, FCOND_LE, FCOND_LT, FCOND_NGE, FCOND_NGL, FCOND_NGLE, FCOND_NGT, FCOND_NLE, FCOND_NLT, FCOND_OEQ, FCOND_OGE, FCOND_OGT, FCOND_OLE, FCOND_OLT, FCOND_ONE, FCOND_OR, FCOND_SEQ, FCOND_SF, FCOND_SNE, FCOND_ST, FCOND_T, FCOND_UEQ, FCOND_UGE, FCOND_UGT, FCOND_ULE, FCOND_ULT, FCOND_UN, FCOND_UNE, and llvm_unreachable.
Referenced by llvm::MipsAsmPrinter::printFCCOperand().
const RegisterBankInfo::PartialMapping llvm::Mips::PartMappings[] |
Definition at line 35 of file MipsRegisterBankInfo.cpp.
const RegisterBankInfo::ValueMapping llvm::Mips::ValueMappings[] |
Definition at line 50 of file MipsRegisterBankInfo.cpp.
Referenced by getFprbMapping(), getGprbOrCustomMapping(), llvm::MipsRegisterBankInfo::getInstrMapping(), and getMSAMapping().