Searched refs:multivalue (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | lower-em-ehsjlj-multi-return.ll | 1 ; 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
|
D | multivalue.ll | 1 ; 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"
|
D | multivalue-stackify.ll | 2 ; 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/ |
D | WebAssembly.td | 61 SubtargetFeature<"multivalue", 63 "Enable multivalue blocks, instructions, and functions">;
|
D | WebAssemblyInstrInfo.td | 39 AssemblerPredicate<"FeatureMultivalue", "multivalue">;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssembly.td | 61 SubtargetFeature<"multivalue", 63 "Enable multivalue blocks, instructions, and functions">;
|
D | WebAssemblyInstrInfo.td | 39 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
|
/external/llvm-project/llvm/test/Transforms/Inline/WebAssembly/ |
D | inline-target-features.ll | 41 attributes #2 = { "target-cpu"="mvp" "target-features"="+multivalue" }
|
/external/libcups/cups/ |
D | ipp-private.h | 142 int multivalue; /* Option has multiple values? */ member
|
D | encode.c | 428 if (map && map->multivalue) in _cupsEncodeOption()
|
/external/llvm-project/libc/cmake/modules/ |
D | LLVMLibCObjectRules.cmake | 294 "" # No multivalue arguments
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 3190 .. option:: -mmultivalue, -mno-multivalue
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 2560 def mno_multivalue : Flag<["-"], "mno-multivalue">, Group<m_wasm_Features_Group>;
|