Home
last modified time | relevance | path

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

12345678910>>...71

/llvm-project-15.0.7/clang/utils/
H A Dmodfuzz.py96 d(model)
117 model = m2
123 model.fails()
124 return model
140 def go(model): argument
141 model.modules[n] = (model.source, model.decls)
142 (model.source, model.decls) = ('', {})
143 options += [lambda model, options: add_import(model, options, n)]
149 def go(model): argument
156 def go(model): argument
[all …]
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Datomic_test.c40 uint8_t __atomic_load_1(uint8_t *src, int model);
191 int model = atomic_load_models[m]; in test_loads() local
196 __atomic_load_c(n, data, dst, model); in test_loads()
233 int model = atomic_store_models[m]; in test_stores() local
238 __atomic_store_c(n, dst, data, model); in test_stores()
251 __atomic_store_1(&a8, U8(V + m), model); in test_stores()
264 __atomic_store_16(&a128, V + m, model); in test_stores()
283 int model = atomic_exchange_models[m]; in test_exchanges() local
437 int model = atomic_fetch_models[m]; in test_fetch_op() local
599 __atomic_fetch_add_16(&a128, V, model); in test_fetch_op()
[all …]
/llvm-project-15.0.7/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})
29 # Generate a mock model for tests.
81 # don't care what the model path is
86 files for model " ${fname})
89 elseif("${model}" STREQUAL "none")
93 if ("${model}" STREQUAL "download")
97 " model url currently specified in cmake. You can generate a model"
[all …]
/llvm-project-15.0.7/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 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 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 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-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dcheck-disabled-mcpus.ll2 ; RUN: llc -march=mips -mcpu=mips2 -O0 -relocation-model=pic \
4 ; RUN: llc -march=mips -mcpu=mips3 -O0 -relocation-model=pic -target-abi n64 \
6 ; RUN: llc -march=mips -mcpu=mips4 -O0 -relocation-model=pic -target-abi n64 \
9 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
12 ; RUN: llc -march=mips -mattr=mips16 -O0 -relocation-model=pic \
15 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=+micromips -O0 -relocation-model=pic \
22 ; RUN: llc -march=mips -mcpu=mips64 -O0 -relocation-model=pic -target-abi n64 \
24 ; RUN: llc -march=mips -mcpu=mips64r2 -O0 -relocation-model=pic -target-abi n64 \
30 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
34 ; RUN: llc -march=mips -mcpu=mips32r0 -O0 -relocation-model=pic \
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Ddwarf-eh.ll1 ; RUN: llc -march=riscv32 --code-model=small < %s \
3 ; RUN: llc -march=riscv32 --code-model=medium < %s \
5 ; RUN: llc -march=riscv32 --code-model=small -relocation-model=pic < %s \
7 ; RUN: llc -march=riscv32 --code-model=medium -relocation-model=pic < %s \
9 ; RUN: llc -march=riscv64 --code-model=small < %s \
11 ; RUN: llc -march=riscv64 --code-model=medium < %s \
13 ; RUN: llc -march=riscv64 --code-model=small -relocation-model=pic < %s \
15 ; RUN: llc -march=riscv64 --code-model=medium -relocation-model=pic < %s \
/llvm-project-15.0.7/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-15.0.7/llvm/utils/
H A Dschedcover.py16 def add(instr, model, resource=None): argument
20 entry[model] = resource
21 models.add(model)
46 for model in ordered_models:
47 sys.stdout.write(", {}".format(model))
52 for model in ordered_models:
53 if model in mapping and mapping[model] is not None:
54 sys.stdout.write(", {}".format(mapping[model]))
/llvm-project-15.0.7/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 \
33 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
36 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic \
39 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
43 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic \
47 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
51 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic \
55 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
59 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic \
84 ; RUN: -O2 -relocation-model=static < %s | \
[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 Dbr-jmp.ll1 ; RUN: llc -asm-show-inst -mtriple=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=P…
2 ; RUN: llc -asm-show-inst -mtriple=mipsel -relocation-model=static < %s | FileCheck %s -check-prefi…
3 ; RUN: llc -asm-show-inst -mtriple=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -…
4 ; RUN: llc -asm-show-inst -mtriple=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %…
5 ; RUN: llc -asm-show-inst -mtriple=mips -mattr=+micromips -relocation-model=static < %s | FileCheck…
6 ; RUN: llc -asm-show-inst -mtriple=mips -mattr=+micromips -relocation-model=pic < %s | FileCheck %s…
7 ; RUN: llc -asm-show-inst -mtriple=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=static <…
8 ; RUN: llc -asm-show-inst -mtriple=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic < %s…
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-15.0.7/llvm/test/Analysis/CostModel/AArch64/
H A Dsve-fixed-length.ll1 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output | FileCheck %s -D#VBITS=128
2 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=128 |…
3 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=256 |…
4 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=384 |…
5 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=512 |…
6 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=640 |…
7 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=768 |…
8 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=896 |…
9 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=1024 …
10 ; RUN: opt < %s -passes='print<cost-model>' 2>&1 -disable-output -aarch64-sve-vector-bits-min=1152 …
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
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-none-eabi -code-model=tiny < %s 2>&1 | FileC…
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
H A Dstack_guard_remat.ll1 ; RUN: llc < %s -mtriple=arm64-apple-ios -relocation-model=pic -no-integrated-as | FileCheck %s -ch…
2 ; RUN: llc < %s -mtriple=arm64-apple-ios -relocation-model=static -no-integrated-as | FileCheck %s …
3 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -relocation-model=pic -no-integrated-as | FileCheck %s -…
4 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=large -no-integrate…
5 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=small -no-integrate…
7 …-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-ios -relocation-model=pic -no-integrated…
8 …-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-ios -relocation-model=static -no-integra…
9 …bort=2 -pass-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=pic -no-integrated…
10 …ss-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=large -no…
11 …ss-remarks-missed=gisel* -mtriple=aarch64-linux-gnu -relocation-model=static -code-model=small -no…
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 …
11 ; Test the maximum TLS size for each code model (fallback to a smaller size from the specified size)
19 ; Test the default TLS size for each code model
22 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny <…
23 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny | llvm-objdump -r - | …
24 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=small …
25 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=small | llvm-objdump -r - |…
26 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=large …
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/llvm-ir/
H A Dcall.ll3 ; RUN: llc -march=mips -mcpu=mips32 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck …
4 ; RUN: llc -march=mips -mcpu=mips32r2 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck …
5 ; RUN: llc -march=mips -mcpu=mips32r3 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck …
6 ; RUN: llc -march=mips -mcpu=mips32r5 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck …
7 ; RUN: llc -march=mips -mcpu=mips32r6 -relocation-model=pic -disable-mips-delay-filler -mips-tai…
9 ; RUN: llc -march=mips64 -mcpu=mips4 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck…
10 ; RUN: llc -march=mips64 -mcpu=mips64 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck…
11 ; RUN: llc -march=mips64 -mcpu=mips64r2 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck…
12 ; RUN: llc -march=mips64 -mcpu=mips64r3 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck…
13 ; RUN: llc -march=mips64 -mcpu=mips64r5 -relocation-model=pic -mips-tail-calls=1 < %s | FileCheck…
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/
H A Dgen_decision_forest.gni2 model = invoker.model
18 "$model/features.json",
19 "$model/forest.json",
22 "--model",
23 rebase_path(model, root_build_dir),
/llvm-project-15.0.7/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…
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Datomic.c178 void __atomic_load_c(int size, void *src, void *dest, int model) { in __atomic_load_c() argument
180 *((type *)dest) = __c11_atomic_load((_Atomic(type) *)src, model); \ in __atomic_load_c()
192 void __atomic_store_c(int size, void *dest, void *src, int model) { in __atomic_store_c() argument
194 __c11_atomic_store((_Atomic(type) *)dest, *(type *)src, model); \ in __atomic_store_c()
231 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { in __atomic_exchange_c() argument
234 __c11_atomic_exchange((_Atomic(type) *)ptr, *(type *)val, model); \ in __atomic_exchange_c()
265 type __atomic_load_##n(type *src, int model) { \
267 return __c11_atomic_load((_Atomic(type) *)src, model); \
278 void __atomic_store_##n(type *dest, type val, int model) { \
280 __c11_atomic_store((_Atomic(type) *)dest, val, model); \
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A Dreturn-hard-float.ll1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static < %s \
3 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static < %s \
6 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi o32 < %s \
8 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi o32 < %s \
11 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n32 < %s \
13 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n32 < %s \
16 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n64 < %s \
18 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n64 < %s \
21 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static -mattr=+o32,+fp64,+mips32r2 < %s \
23 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static -mattr=+o32,+fp64,+mips32r2 < %s \

12345678910>>...71