Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp46 HasExtDiv = true; in handleTargetFeatures()
727 .Case("extdiv", HasExtDiv) in hasFeature()
H A DPPC.h73 bool HasExtDiv = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td129 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
H A DPPCInstr64Bit.td1034 isPPC64, Requires<[HasExtDiv]>;
1068 isPPC64, Requires<[HasExtDiv]>;
H A DPPCInstrInfo.td717 def HasExtDiv : Predicate<"Subtarget->hasExtDiv()">;
2920 Requires<[HasExtDiv]>;
2924 Requires<[HasExtDiv]>;