Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 2260) sorted by relevance

12345678910>>...91

/llvm-project/clang/utils/
H A Dmodfuzz.py24 def valid(self, model): argument
26 if i not in model.decls:
29 if i in model.decls:
33 def apply(self, model, name): argument
35 model.decls[i] = True
36 model.source += self.text % {"name": name}
106 model = CodeModel()
110 for d in mutations(model):
111 d(model)
113 if not model.fails():
[all …]
/llvm-project/compiler-rt/test/builtins/Unit/
H A Datomic_test.c38 int model) EXTERNAL_NAME(__atomic_load);
40 uint8_t __atomic_load_1(uint8_t *src, int model);
41 uint16_t __atomic_load_2(uint16_t *src, int model);
42 uint32_t __atomic_load_4(uint32_t *src, int model);
43 uint64_t __atomic_load_8(uint64_t *src, int model);
46 int model) EXTERNAL_NAME(__atomic_store);
48 void __atomic_store_1(uint8_t *dest, uint8_t val, int model);
49 void __atomic_store_2(uint16_t *dest, uint16_t val, int model);
50 void __atomic_store_4(uint32_t *dest, uint32_t val, int model);
51 void __atomic_store_8(uint64_t *dest, uint64_t val, int model);
191 int model = atomic_load_models[m]; test_loads() local
233 int model = atomic_store_models[m]; test_stores() local
283 int model = atomic_exchange_models[m]; test_exchanges() local
437 int model = atomic_fetch_models[m]; test_fetch_op() local
[all...]
/llvm-project/llvm/cmake/modules/
H A DTensorFlowCompile.cmake9 function(tf_get_model model final_path)
10 string(FIND ${model} "http:" pos_http)
11 string(FIND ${model} "https:" pos_https)
13 message("Downloading model " ${model})
14 string(FIND ${model} "/" fname_start REVERSE)
16 string(SUBSTRING ${model} ${fname_start}+1 -1 fname)
18 file(DOWNLOAD ${model} ${CMAKE_CURRENT_BINARY_DIR}/${fname})
22 set(${final_path} ${CMAKE_CURRENT_BINARY_DIR}/${fname}_model/model PARENT_SCOPE)
24 tf_get_absolute_path(${model} ${CMAKE_CURRENT_BINARY_DIR} model_path)
29 # Generate a mock model for tests.
[all …]
/llvm-project/clang/test/Sema/
H A Dattr-model.cpp8 #if defined(__loongarch__) && !__has_attribute(model)
12 int a __attribute((model("tiny"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
18 int b __attribute((model("small"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
24 int c __attribute((model("normal"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
29 int d __attribute((model("kernel"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
35 int e __attribute((model("medium"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
40 int f __attribute((model("large"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
46 int g __attribute((model("extreme"))); // aarch64-warning {{unknown attribute 'model' ignored}} \
52 void __attribute((model("extreme"))) h() {} // aarch64-warning {{unknown attribute 'model' ignored}… in h()
59 thread_local int i __attribute((model("extreme"))); // aarch64-warning {{unknown attribute 'model' …
/llvm-project/llvm/test/CodeGen/X86/
H A Dcode-model-elf-text-sections.ll1 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=small -o %t
3 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=medium -o %t
5 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=large -o %t
8 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=small -function-sections -o %t
10 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=medium -function-sections -o %t
12 ; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=large -function-sections -o %t
/llvm-project/llvm/test/CodeGen/SPARC/
H A Dconstpool.ll1 ; RUN: llc < %s -mtriple=sparc -relocation-model=static -code-model=small | FileCheck --check-pr…
2 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pr…
3 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pr…
4 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pr…
5 ; RUN: llc < %s -mtriple=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pr…
6 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pr…
H A Dfunc-addr.ll1 ; RUN: llc < %s -mtriple=sparc -relocation-model=static -code-model=small | FileCheck --check-pr…
2 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pr…
3 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pr…
4 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pr…
5 ; RUN: llc < %s -mtriple=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pr…
6 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pr…
H A Dglobals.ll1 ; RUN: llc < %s -mtriple=sparc -relocation-model=static -code-model=small | FileCheck --check-pr…
2 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pr…
3 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pr…
4 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pr…
5 ; RUN: llc < %s -mtriple=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pr…
6 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pr…
H A Dblockaddr.ll1 ; RUN: llc < %s -mtriple=sparc -relocation-model=static -code-model=small | FileCheck --check-pr…
2 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-pr…
3 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-pr…
4 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-pr…
5 ; RUN: llc < %s -mtriple=sparc -relocation-model=pic -code-model=medium | FileCheck --check-pr…
6 ; RUN: llc < %s -mtriple=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-pr…
/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dcheck-disabled-mcpus.ll2 ; RUN: llc -mtriple=mips -mcpu=mips2 -O0 -relocation-model=pic \
4 ; RUN: llc -mtriple=mips -mcpu=mips3 -O0 -relocation-model=pic -target-abi n64 \
6 ; RUN: llc -mtriple=mips -mcpu=mips4 -O0 -relocation-model=pic -target-abi n64 \
9 ; RUN: llc -mtriple=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
12 ; RUN: llc -mtriple=mips -mattr=mips16 -O0 -relocation-model=pic \
15 ; RUN: llc -mtriple=mips -mcpu=mips32r2 -mattr=+micromips -O0 -relocation-model=pic \
17 ; RUN: llc -mtriple=mips -mcpu=mips32r3 -mattr=+micromips -O0 -relocation-model=pic \
19 ; RUN: llc -mtriple=mips -mcpu=mips32r5 -mattr=+micromips -O0 -relocation-model=pic \
22 ; RUN: llc -mtriple=mips -mcpu=mips64 -O0 -relocation-model=pic -target-abi n64 \
24 ; RUN: llc -mtriple=mips -mcpu=mips64r2 -O0 -relocation-model
[all...]
/llvm-project/llvm/test/CodeGen/RISCV/
H A Ddwarf-eh.ll1 ; RUN: llc -mtriple=riscv32 --code-model=small < %s \
3 ; RUN: llc -mtriple=riscv32 --code-model=medium < %s \
5 ; RUN: llc -mtriple=riscv32 --code-model=small -relocation-model=pic < %s \
7 ; RUN: llc -mtriple=riscv32 --code-model=medium -relocation-model=pic < %s \
9 ; RUN: llc -mtriple=riscv64 --code-model=small < %s \
11 ; RUN: llc -mtriple=riscv64 --code-model=medium < %s \
13 ; RUN: llc -mtriple=riscv64 --code-model=small -relocation-model=pic < %s \
15 ; RUN: llc -mtriple=riscv64 --code-model=medium -relocation-model=pic < %s \
/llvm-project/clang-tools-extra/clangd/quality/
H A DCompletionModel.cmake1 # Run the Completion Model Codegenerator on the model present in the
2 # ${model} directory.
8 function(gen_decision_forest model filename cpp_class)
17 --model ${model}
21 COMMENT "Generating code completion model runtime..."
22 DEPENDS ${model_compiler} ${model}/forest.json ${model}/features.json
/llvm-project/clang/test/CodeGen/LoongArch/
H A Dattributes.cpp4 static int v1 __attribute__((model("normal")));
11 int v2 __attribute__((model("medium")));
14 float v3 __attribute__((model("extreme")));
18 static T v4 __attribute__((model("medium")));
29 S v5 __attribute__((model("medium")));
34 F v6 __attribute__((model("extreme")));
/llvm-project/llvm/utils/
H A Dschedcover.py17 def add(instr, model, resource=None): argument
21 entry[model] = resource
22 models.add(model)
48 for model in ordered_models:
49 sys.stdout.write(", {}".format(model))
54 for model in ordered_models:
55 if model in mapping and mapping[model] is not None:
56 sys.stdout.write(", {}".format(mapping[model]))
64 re_sched_default = re.compile("SchedRW machine model fo
[all...]
/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/
H A Dcall.ll3 ; RUN: llc -mtriple=mips -mcpu=mips32 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
4 ; RUN: llc -mtriple=mips -mcpu=mips32r2 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
5 ; RUN: llc -mtriple=mips -mcpu=mips32r3 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
6 ; RUN: llc -mtriple=mips -mcpu=mips32r5 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,NOT-R6C
7 ; RUN: llc -mtriple=mips -mcpu=mips32r6 -relocation-model=pic -disable-mips-delay-filler -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,R6C
8 ; RUN: llc -mtriple=mips -mcpu=mips32r6 -relocation-model=pic -mattr=+fp64,+nooddspreg -disable-mips-delay-filler -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,O32,R6C
9 ; RUN: llc -mtriple=mips64 -mcpu=mips4 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
10 ; RUN: llc -mtriple=mips64 -mcpu=mips64 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
11 ; RUN: llc -mtriple=mips64 -mcpu=mips64r2 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C
12 ; RUN: llc -mtriple=mips64 -mcpu=mips64r3 -relocation-model
[all...]
/llvm-project/llvm/test/CodeGen/Mips/
H A Dabicalls.ll1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o …
2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=pic %s -o - |…
3 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static %s -o…
4 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -…
5 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=static -matt…
6 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static -mat…
7 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips4 -relocation-model=pic %s -o - …
8 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=pic %s -o -…
11 … -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr noabicalls -relocation-model=static %s -o - | F…
H A Dreloc-jalr.ll1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
5 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
9 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
13 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
17 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
21 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
25 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
29 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \
33 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
36 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic \
[all …]
H A Dstart-asm-file.ll5 ; RUN: -relocation-model=static %s -o - | \
9 ; RUN: -relocation-model=pic %s -o - | \
13 ; RUN: -relocation-model=static -mattr=+nan2008 %s -o - | \
17 ; RUN: -relocation-model=pic -mattr=+nan2008 %s -o - | \
22 ; RUN: -relocation-model=static -target-abi n32 %s -o - | \
26 ; RUN: -relocation-model=pic -target-abi n32 %s -o - | \
30 ; RUN: -relocation-model=static -target-abi n32 -mattr=+nan2008 %s -o - | \
34 ; RUN: -relocation-model=pic -target-abi n32 -mattr=+nan2008 %s -o - | \
39 ; RUN: -relocation-model=static -target-abi n64 %s -o - | \
43 ; RUN: -relocation-model=pic -target-abi n64 %s -o - | \
[all …]
H A Dbrind-tailcall.ll2 ; RUN: -relocation-model=pic < %s 2>&1 | FileCheck --check-prefix=PIC %s
4 ; RUN: -relocation-model=static < %s 2>&1 | FileCheck --check-prefix=STATIC %s
6 ; RUN: -relocation-model=pic < %s 2>&1 | FileCheck --check-prefix=PIC64 %s
8 ; RUN: -relocation-model=static < %s 2>&1 | FileCheck --check-prefix=STATIC64 %s
10 ; RUN: -relocation-model=pic -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=PIC %s
12 ; RUN: -relocation-model=static -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=STATIC-MM …
14 ; RUN: -relocation-model=pic -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=PIC %s
16 ; RUN: -relocation-model=static -mattr=+micromips < %s 2>&1 | FileCheck --check-prefix=STATIC-MM …
18 ; RUN: -relocation-model=pic -mattr=+mips16 < %s 2>&1 | FileCheck --check-prefix=MIPS16 %s
20 ; RUN: -relocation-model=static -mattr=+mips16 < %s 2>&1 | FileCheck --check-prefix=MIPS16 %s
/llvm-project/clang/test/CodeGenObjCXX/
H A Dpersonality.mm2 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=dwarf -fobjc-except…
3 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=seh -fobjc-exceptio…
4 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=sjlj -fobjc-excepti…
6 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=dwarf -fobjc-except…
7 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=seh -fobjc-exceptio…
8 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=sjlj -fobjc-excepti…
10 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=dwarf -fobjc-except…
11 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=seh -fobjc-exceptio…
12 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=sjlj -fobjc-excepti…
14 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fexceptions -exception-model=dwarf -fobjc-except…
[all …]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-tls-local-exec.ll4 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny -…
5 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny -tls-size=24 | llvm-ob…
6 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=small …
7 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=small -tls-size=32 | llvm-o…
8 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=large …
9 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=large -tls-size=48 | llvm-o…
11 ; Test the maximum TLS size for each code model (fallback to a smaller size from the specified size)
14 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny -…
15 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny -tls-size=32 | llvm-ob…
16 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=small …
[all …]
H A Dstack_guard_remat.ll3 ; RUN: llc < b.ll -mtriple=arm64-apple-ios -relocation-model=pic -no-integrated-as | FileCheck %s -…
4 ; RUN: llc < b.ll -mtriple=arm64-apple-ios -relocation-model=static -no-integrated-as | FileCheck %…
5 ; RUN: llc < b.ll -mtriple=aarch64-linux-gnu -relocation-model=pic -no-integrated-as | FileCheck %s…
6 ; RUN: llc < a.ll -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=large -no-integra…
7 ; RUN: llc < a.ll -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=small -no-integra…
9 …-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-ios -relocation-model=pic -no-integrated…
10 …-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-ios -relocation-model=static -no-integra…
11 …bort=2 -pass-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=pic -no-integrated…
12 …ss-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=large -no…
13 …ss-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=small -no…
H A Dtiny_supported.ll1 ; RUN: llc -verify-machineinstrs -o - -mtriple=aarch64-none-linux-gnu -code-model=tiny < %s 2>&1 | …
2 ; RUN: llc -verify-machineinstrs -o - -mtriple=aarch64 -code-model=tiny < %s 2>&1 | FileCheck %s
3 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm64-apple-darwin -code-model=tiny < %s…
4 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=arm64-apple-ios -code-model=tiny < %s 2>…
5 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=aarch64-unknown-windows-msvc -code-model
7 ; CHECK-NOT: tiny code model is only supported on ELF
9 ; NOTINY: tiny code model is only supported on ELF
/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c188 void __atomic_load_c(int size, void *src, void *dest, int model) { in __atomic_load_c() argument
190 *((type *)dest) = __c11_atomic_load((_Atomic(type) *)src, model); \ in __atomic_load_c()
202 void __atomic_store_c(int size, void *dest, void *src, int model) { in __atomic_store_c() argument
204 __c11_atomic_store((_Atomic(type) *)dest, *(type *)src, model); \ in __atomic_store_c()
241 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { in __atomic_exchange_c() argument
244 __c11_atomic_exchange((_Atomic(type) *)ptr, *(type *)val, model); \ in __atomic_exchange_c()
275 type __atomic_load_##n(type *src, int model) { \
277 return __c11_atomic_load((_Atomic(type) *)src, model); \
288 void __atomic_store_##n(type *dest, type val, int model) { \
290 __c11_atomic_store((_Atomic(type) *)dest, val, model); \
[all …]
/llvm-project/llvm/test/CodeGen/Mips/tailcall/
H A Dtailcall-wrong-isa.ll1 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=pic -verify-machineinstrs -mips-tail-cal…
4 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=static -verify-machineinstrs -mips-tail-…
7 ; RUN: llc -filetype=obj -mtriple=mips64el -relocation-model=pic -mcpu=mips64 -verify-machineinstrs…
10 ; RUN: llc -filetype=obj -mtriple=mips64el -relocation-model=static -mcpu=mips64 -verify-machineins…
13 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=pic -mattr=+micromips -mips-tail-calls=1…
16 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=static -mattr=+micromips -mips-tail-call…
19 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=pic -mcpu=mips32r6 -mips-tail-calls=1 < …
21 ; RUN: llc -filetype=obj -mtriple=mipsel -relocation-model=static -mcpu=mips32r6 -mips-tail-calls=1…
24 ; RUN: llc -filetype=obj -mtriple=mips64el -relocation-model=pic -mcpu=mips64r6 -mips-tail-calls=1 …
26 ; RUN: llc -filetype=obj -mtriple=mips64el -relocation-model=static -mcpu=mips64r6 -mips-tail-calls…

12345678910>>...91