Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h154 const MipsInstrInfo *createMips16InstrInfo(const MipsSubtarget &STI);
DMipsInstrInfo.cpp38 return llvm::createMips16InstrInfo(STI); in create()
DMips16InstrInfo.cpp452 const MipsInstrInfo *llvm::createMips16InstrInfo(const MipsSubtarget &STI) { in createMips16InstrInfo() function in llvm