Home
last modified time | relevance | path

Searched refs:multivalue (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dlower-em-ehsjlj-multi-return.ll1 ; RUN: not --crash llc < %s -enable-emscripten-cxx-exceptions -mattr=+multivalue 2>&1 | FileCheck %…
2 ; RUN: not --crash llc < %s -enable-emscripten-sjlj -mattr=+multivalue 2>&1 | FileCheck %s --check-…
4 ; Currently multivalue returning functions are not supported in Emscripten EH /
56 ; EH: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns
57 ; SJLJ: LLVM ERROR: Emscripten EH/SjLj does not support multivalue returns
Dmultivalue.ll1 ; RUN: llc < %s -asm-verbose=false -verify-machineinstrs -mattr=+multivalue,+tail-call | FileCheck …
2 …-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -mattr=+multivalue,+tail-call | Fil…
3 ; RUN: llc < %s --filetype=obj -mattr=+multivalue,+tail-call | obj2yaml | FileCheck %s --check-pref…
5 ; Test that the multivalue calls, returns, function types, and block
255 ; CHECK-NEXT: .ascii "multivalue"
Dmultivalue-stackify.ll2 ; NOTE: Test functions have been generated by multivalue-stackify.py.
4 ; RUN: llc < %s -verify-machineinstrs -mattr=+multivalue | FileCheck %s
6 ; Test that the multivalue stackification works
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssembly.td61 SubtargetFeature<"multivalue",
63 "Enable multivalue blocks, instructions, and functions">;
DWebAssemblyInstrInfo.td39 AssemblerPredicate<"FeatureMultivalue", "multivalue">;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssembly.td61 SubtargetFeature<"multivalue",
63 "Enable multivalue blocks, instructions, and functions">;
DWebAssemblyInstrInfo.td39 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
/external/llvm-project/llvm/test/Transforms/Inline/WebAssembly/
Dinline-target-features.ll41 attributes #2 = { "target-cpu"="mvp" "target-features"="+multivalue" }
/external/libcups/cups/
Dipp-private.h142 int multivalue; /* Option has multiple values? */ member
Dencode.c428 if (map && map->multivalue) in _cupsEncodeOption()
/external/llvm-project/libc/cmake/modules/
DLLVMLibCObjectRules.cmake294 "" # No multivalue arguments
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst3190 .. option:: -mmultivalue, -mno-multivalue
/external/llvm-project/clang/include/clang/Driver/
DOptions.td2560 def mno_multivalue : Flag<["-"], "mno-multivalue">, Group<m_wasm_Features_Group>;