LLVM 20.0.0git
|
Functions | |
void | initLLVMToCVRegMapping (MCRegisterInfo *MRI) |
StringRef | selectMipsCPU (const Triple &TT, StringRef CPU) |
Select the Mips CPU for the given triple and cpu name. | |
void llvm::MIPS_MC::initLLVMToCVRegMapping | ( | MCRegisterInfo * | MRI | ) |
Definition at line 48 of file MipsMCTargetDesc.cpp.
Referenced by llvm::MipsRegisterInfo::MipsRegisterInfo().
Select the Mips CPU for the given triple and cpu name.
Definition at line 136 of file MipsMCTargetDesc.cpp.
References llvm::StringRef::empty(), and llvm::Triple::MipsSubArch_r6.
Referenced by createMipsMCSubtargetInfo(), llvm::MipsAsmPrinter::emitStartOfAsmFile(), and llvm::MipsSubtarget::initializeSubtargetDependencies().