Home
last modified time | relevance | path

Searched refs:allowMixed16_32 (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h336 return hasStandardEncoding() || inMicroMipsMode() || allowMixed16_32(); in enableLongBranchPass()
343 bool allowMixed16_32() const { return inMips16ModeDefault() | in allowMixed16_32() function
DMipsTargetMachine.cpp284 if (Subtarget->allowMixed16_32()) { in getTargetTransformInfo()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h340 return hasStandardEncoding() || inMicroMipsMode() || allowMixed16_32(); in enableLongBranchPass()
347 bool allowMixed16_32() const { return inMips16ModeDefault() | in allowMixed16_32() function
DMipsTargetMachine.cpp281 if (Subtarget->allowMixed16_32()) { in getTargetTransformInfo()