Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp60 .Case("extended-const", HasExtendedConst) in hasFeature()
95 if (HasExtendedConst) in getTargetDefines()
254 HasExtendedConst = true; in handleTargetFeatures()
258 HasExtendedConst = false; in handleTargetFeatures()
H A DWebAssembly.h65 bool HasExtendedConst = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h47 bool HasExtendedConst = false; variable
103 bool hasExtendedConst() const { return HasExtendedConst; } in hasExtendedConst()
H A DWebAssembly.td45 SubtargetFeature<"extended-const", "HasExtendedConst", "true",
H A DWebAssemblyInstrInfo.td45 def HasExtendedConst :