Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DPPC.cpp44 HasExtDiv = true; in handleTargetFeatures()
667 .Case("extdiv", HasExtDiv) in hasFeature()
H A DPPC.h70 bool HasExtDiv = false; variable
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td128 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
H A DPPCInstr64Bit.td1010 isPPC64, Requires<[HasExtDiv]>;
1044 isPPC64, Requires<[HasExtDiv]>;
H A DPPCInstrInfo.td718 def HasExtDiv : Predicate<"Subtarget->hasExtDiv()">;
2816 Requires<[HasExtDiv]>;
2820 Requires<[HasExtDiv]>;