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.cpp449 HasPush2Pop2 = true; in handleTargetFeatures()
955 if (HasPush2Pop2) in getTargetDefines()
969 if (HasEGPR && HasPush2Pop2 && HasPPX && HasNDD && HasCCMP && HasNF && in getTargetDefines()
1274 .Case("push2pop2", HasPush2Pop2) in hasFeature()
H A DX86.h164 bool HasPush2Pop2 = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td331 def FeaturePush2Pop2 : SubtargetFeature<"push2pop2", "HasPush2Pop2", "true",