Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h112 bool HasPrefixInstrs; variable
275 bool hasPrefixInstrs() const { return HasPrefixInstrs; } in hasPrefixInstrs()
H A DPPCSubtarget.cpp93 HasPrefixInstrs = false; in initializeEnvironment()
H A DPPC.td238 def FeaturePrefixInstrs : SubtargetFeature<"prefix-instrs", "HasPrefixInstrs",
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp60 HasPrefixInstrs = true; in handleTargetFeatures()
425 .Case("prefix-instrs", HasPrefixInstrs) in hasFeature()
H A DPPC.h76 bool HasPrefixInstrs = false; variable