Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp375 HasCLZERO = true; in handleTargetFeatures()
891 if (HasCLZERO) in getTargetDefines()
1202 .Case("clzero", HasCLZERO) in hasFeature()
H A DX86.h124 bool HasCLZERO = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td148 def HasCLZERO : Predicate<"Subtarget->hasCLZERO()">;
H A DX86InstrMisc.td1594 TB, Requires<[HasCLZERO, Not64BitMode]>;
1597 TB, Requires<[HasCLZERO, In64BitMode]>;
H A DX86.td253 def FeatureCLZERO : SubtargetFeature<"clzero", "HasCLZERO", "true",