Home
last modified time | relevance | path

Searched refs:createMipsSEInstrInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h155 const MipsInstrInfo *createMipsSEInstrInfo(const MipsSubtarget &STI);
DMipsInstrInfo.cpp40 return llvm::createMipsSEInstrInfo(STI); in create()
DMipsSEInstrInfo.cpp733 const MipsInstrInfo *llvm::createMipsSEInstrInfo(const MipsSubtarget &STI) { in createMipsSEInstrInfo() function in llvm