Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h112 bool HasPrefixInstrs; variable
288 bool hasPrefixInstrs() const { return HasPrefixInstrs; } in hasPrefixInstrs()
H A DPPCSubtarget.cpp94 HasPrefixInstrs = false; in initializeEnvironment()
H A DPPC.td288 def FeaturePrefixInstrs : SubtargetFeature<"prefix-instrs", "HasPrefixInstrs",
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DPPC.cpp62 HasPrefixInstrs = true; in handleTargetFeatures()
674 .Case("prefix-instrs", HasPrefixInstrs) in hasFeature()
H A DPPC.h77 bool HasPrefixInstrs = false; variable