Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h355 bool os16() const { return Os16; } in os16() function
H A DMipsTargetMachine.cpp267 if (getMipsSubtarget().os16()) in addIRPasses()