Home
last modified time | relevance | path

Searched refs:DisableMadd4 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDMips.h54 bool DisableMadd4; variable
67 DspRev(NoDSP), HasMSA(false), DisableMadd4(false), in MipsTargetInfo()
351 DisableMadd4 = true; in handleTargetFeatures()
HDMips.cpp186 if (DisableMadd4) in getTargetDefines()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h179 bool DisableMadd4; variable
325 bool disableMadd4() const { return DisableMadd4; } in disableMadd4()
HDMipsSubtarget.cpp84 HasEVA(false), DisableMadd4(false), HasMT(false), HasCRC(false), in MipsSubtarget()
HDMips.td195 : SubtargetFeature<"nomadd4", "DisableMadd4", "true",