HomeSort by relevance Sort by last modified time
    Searched refs:createMips16InstrInfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 154 const MipsInstrInfo *createMips16InstrInfo(const MipsSubtarget &STI);
MipsInstrInfo.cpp 38 return llvm::createMips16InstrInfo(STI);
Mips16InstrInfo.cpp 452 const MipsInstrInfo *llvm::createMips16InstrInfo(const MipsSubtarget &STI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstrInfo.h 183 const MipsInstrInfo *createMips16InstrInfo(const MipsSubtarget &STI);
Mips16InstrInfo.cpp 472 const MipsInstrInfo *llvm::createMips16InstrInfo(const MipsSubtarget &STI) {
MipsInstrInfo.cpp 46 return createMips16InstrInfo(STI);

Completed in 426 milliseconds