Home
last modified time | relevance | path

Searched refs:HasWideArithmetic (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp71 .Case("wide-arithmetic", HasWideArithmetic) in hasFeature()
117 if (HasWideArithmetic) in getTargetDefines()
343 HasWideArithmetic = true; in handleTargetFeatures()
347 HasWideArithmetic = false; in handleTargetFeatures()
H A DWebAssembly.h74 bool HasWideArithmetic = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h56 bool HasWideArithmetic = false; variable
114 bool hasWideArithmetic() const { return HasWideArithmetic; } in hasWideArithmetic()
H A DWebAssemblyInstrInteger.td133 let Predicates = [HasWideArithmetic] in {
158 } // Predicates = [HasWideArithmetic]
H A DWebAssembly.td90 SubtargetFeature<"wide-arithmetic", "HasWideArithmetic", "true",
H A DWebAssemblyInstrInfo.td95 def HasWideArithmetic :