Home
last modified time | relevance | path

Searched refs:HasPush2Pop2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp495 HasPush2Pop2 = true; in handleTargetFeatures()
1018 if (HasPush2Pop2) in getTargetDefines()
1032 if (HasEGPR && HasPush2Pop2 && HasPPX && HasNDD && HasCCMP && HasNF && in getTargetDefines()
1358 .Case("push2pop2", HasPush2Pop2) in hasFeature()
H A DX86.h176 bool HasPush2Pop2 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td348 def FeaturePush2Pop2 : SubtargetFeature<"push2pop2", "HasPush2Pop2", "true",