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.cpp51 .Case("extended-const", HasExtendedConst) in hasFeature()
83 if (HasExtendedConst) in getTargetDefines()
208 HasExtendedConst = true; in handleTargetFeatures()
212 HasExtendedConst = false; in handleTargetFeatures()
H A DWebAssembly.h59 bool HasExtendedConst = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h45 bool HasExtendedConst = false; variable
98 bool hasExtendedConst() const { return HasExtendedConst; } in hasExtendedConst()
H A DWebAssembly.td37 SubtargetFeature<"extended-const", "HasExtendedConst", "true",
H A DWebAssemblyInstrInfo.td37 def HasExtendedConst :