Home
last modified time | relevance | path

Searched refs:HasExtDiv (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h117 bool HasExtDiv; variable
255 bool hasExtDiv() const { return HasExtDiv; } in hasExtDiv()
H A DPPCSubtarget.cpp89 HasExtDiv = false; in initializeEnvironment()
H A DPPCInstr64Bit.td771 isPPC64, Requires<[HasExtDiv]>;
802 isPPC64, Requires<[HasExtDiv]>;
806 isPPC64, Requires<[HasExtDiv]>;
811 isPPC64, Requires<[HasExtDiv]>;
H A DPPC.td111 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
H A DPPCInstrInfo.td916 def HasExtDiv : Predicate<"PPCSubTarget->hasExtDiv()">;
2756 Requires<[HasExtDiv]>;
2761 Requires<[HasExtDiv]>;
2765 Requires<[HasExtDiv]>;
2770 Requires<[HasExtDiv]>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DPPC.cpp42 HasExtDiv = true; in handleTargetFeatures()
334 .Case("extdiv", HasExtDiv) in hasFeature()
H A DPPC.h67 bool HasExtDiv = false; variable