Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h127 bool HasExtDiv; variable
284 bool hasExtDiv() const { return HasExtDiv; } in hasExtDiv()
H A DPPCSubtarget.cpp108 HasExtDiv = false; in initializeEnvironment()
H A DPPC.td120 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
H A DPPCInstr64Bit.td826 isPPC64, Requires<[HasExtDiv]>;
862 isPPC64, Requires<[HasExtDiv]>;
H A DPPCInstrInfo.td1172 def HasExtDiv : Predicate<"Subtarget->hasExtDiv()">;
3158 Requires<[HasExtDiv]>;
3162 Requires<[HasExtDiv]>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp42 HasExtDiv = true; in handleTargetFeatures()
419 .Case("extdiv", HasExtDiv) in hasFeature()
H A DPPC.h70 bool HasExtDiv = false; variable