Home
last modified time | relevance | path

Searched refs:allowMixed16_32 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h260 return hasStandardEncoding() || allowMixed16_32(); in enableLongBranchPass()
267 bool allowMixed16_32() const { return inMips16ModeDefault() | in allowMixed16_32() function
DMipsTargetMachine.cpp249 if (Subtarget->allowMixed16_32()) { in getTargetIRAnalysis()