Home
last modified time | relevance | path

Searched refs:typespec (Results 1 – 25 of 1560) sorted by relevance

12345678910>>...63

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp52 (equivalent (A.typespec(), B.typespec()) && in equal_consts()
61 return (equivalent (A.typespec(), B.typespec()) && in unequal_consts()
92 if (A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
137 if (A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
305 A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
407 if (equivalent (A.typespec(), B.typespec())) { in DECLFOLDER()
435 if (equivalent (A.typespec(), B.typespec())) { in DECLFOLDER()
1494 equivalent(X.typespec(), Min.typespec()) && in DECLFOLDER()
1495 equivalent(X.typespec(), Max.typespec()) && in DECLFOLDER()
1705 equivalent(X.typespec(), Y.typespec())) { in DECLFOLDER()
[all …]
H A Dbackendllvm.cpp122 if (typespec.is_closure_based()) in llvm_pass_type()
396 if (! sym.typespec().is_array()) { in createOptixMetadata()
447 if (sym.typespec().is_string()) { in getOrAllocateCUDAVariable()
611 if (sym.typespec().is_triple() || sym.typespec().is_matrix()) { in llvm_load_value()
716 if (! sym.typespec().is_array()) in llvm_load_constant_value()
721 if (sym.typespec().is_float()) { in llvm_load_constant_value()
728 if (sym.typespec().is_int()) { in llvm_load_constant_value()
735 if (sym.typespec().is_triple() || sym.typespec().is_matrix()) { in llvm_load_constant_value()
789 if (sym.typespec().is_int() || in llvm_load_arg()
1006 if (Result.typespec().is_closure() || Src.typespec().is_closure()) { in llvm_assign_impl()
[all …]
H A Dllvm_gen.cpp458 OSL_DASSERT (! A.typespec().is_array() && ! B.typespec().is_array()); in LLVMGEN()
460 OSL_DASSERT (A.typespec().is_closure() && B.typespec().is_closure()); in LLVMGEN()
1018 OSL_DASSERT (Result.typespec().is_int() && A.typespec().is_int() && in LLVMGEN()
1322 OSL_DASSERT(Result.typespec().is_int() && A.typespec().is_array()); in LLVMGEN()
1447 Y.typespec().is_float() && Z.typespec().is_float() && in LLVMGEN()
1492 Y.typespec().is_float() && Z.typespec().is_float() && in LLVMGEN()
1758 OSL_DASSERT (Src.typespec().is_float() || Src.typespec().is_triple()); in LLVMGEN()
1840 if (A.typespec().is_matrix() && !B.typespec().is_matrix()) { in LLVMGEN()
1844 if (! A.typespec().is_matrix() && B.typespec().is_matrix()) { in LLVMGEN()
3136 OSL_DASSERT(Result.typespec().is_float() && P.typespec().is_triple()); in LLVMGEN()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dconstfold.cpp52 (equivalent (A.typespec(), B.typespec()) && in equal_consts()
61 return (equivalent (A.typespec(), B.typespec()) && in unequal_consts()
92 if (A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
137 if (A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
305 A.typespec().is_int() && B.typespec().is_int()) { in DECLFOLDER()
407 if (equivalent (A.typespec(), B.typespec())) { in DECLFOLDER()
435 if (equivalent (A.typespec(), B.typespec())) { in DECLFOLDER()
1494 equivalent(X.typespec(), Min.typespec()) && in DECLFOLDER()
1495 equivalent(X.typespec(), Max.typespec()) && in DECLFOLDER()
1705 equivalent(X.typespec(), Y.typespec())) { in DECLFOLDER()
[all …]
H A Dbackendllvm.cpp122 if (typespec.is_closure_based()) in llvm_pass_type()
396 if (! sym.typespec().is_array()) { in createOptixMetadata()
447 if (sym.typespec().is_string()) { in getOrAllocateCUDAVariable()
611 if (sym.typespec().is_triple() || sym.typespec().is_matrix()) { in llvm_load_value()
716 if (! sym.typespec().is_array()) in llvm_load_constant_value()
721 if (sym.typespec().is_float()) { in llvm_load_constant_value()
728 if (sym.typespec().is_int()) { in llvm_load_constant_value()
735 if (sym.typespec().is_triple() || sym.typespec().is_matrix()) { in llvm_load_constant_value()
789 if (sym.typespec().is_int() || in llvm_load_arg()
1006 if (Result.typespec().is_closure() || Src.typespec().is_closure()) { in llvm_assign_impl()
[all …]
H A Dllvm_gen.cpp458 OSL_DASSERT (! A.typespec().is_array() && ! B.typespec().is_array()); in LLVMGEN()
460 OSL_DASSERT (A.typespec().is_closure() && B.typespec().is_closure()); in LLVMGEN()
1018 OSL_DASSERT (Result.typespec().is_int() && A.typespec().is_int() && in LLVMGEN()
1322 OSL_DASSERT(Result.typespec().is_int() && A.typespec().is_array()); in LLVMGEN()
1447 Y.typespec().is_float() && Z.typespec().is_float() && in LLVMGEN()
1492 Y.typespec().is_float() && Z.typespec().is_float() && in LLVMGEN()
1758 OSL_DASSERT (Src.typespec().is_float() || Src.typespec().is_triple()); in LLVMGEN()
1840 if (A.typespec().is_matrix() && !B.typespec().is_matrix()) { in LLVMGEN()
1844 if (! A.typespec().is_matrix() && B.typespec().is_matrix()) { in LLVMGEN()
3136 OSL_DASSERT(Result.typespec().is_float() && P.typespec().is_triple()); in LLVMGEN()
[all …]
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_analyzer/
H A Danalyze.py118 typespec = vartype.typespec
119 if is_pots(typespec):
150 specdecls = typespecs.get(typespec)
183 elif '-' in typespec:
241 typespec = decl
244 filename, typespec = decl
245 if '-' in typespec:
266 typespec = member.vartype.typespec
271 if is_pots(typespec):
272 mtype = typespec
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_analyzer/
H A Danalyze.py118 typespec = vartype.typespec
119 if is_pots(typespec):
150 specdecls = typespecs.get(typespec)
183 elif '-' in typespec:
241 typespec = decl
244 filename, typespec = decl
245 if '-' in typespec:
266 typespec = member.vartype.typespec
271 if is_pots(typespec):
272 mtype = typespec
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dcodegen.cpp458 typespec()); in codegen()
1192 if (!dest || !equivalent(dest->typespec(), typespec())) in codegen()
1489 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1538 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1672 if (equivalent(typespec(), e->typespec())) in codegen()
1677 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1688 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1698 && (val->typespec().is_float() || val->typespec().is_int())) in codegen()
1724 if (argval->typespec().is_int() && !typespec().is_int()) { in codegen()
1809 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslcomp/
H A Dcodegen.cpp458 typespec()); in codegen()
1192 if (!dest || !equivalent(dest->typespec(), typespec())) in codegen()
1489 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1538 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1672 if (equivalent(typespec(), e->typespec())) in codegen()
1677 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1688 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
1698 && (val->typespec().is_float() || val->typespec().is_int())) in codegen()
1724 if (argval->typespec().is_int() && !typespec().is_int()) { in codegen()
1809 if (dest == NULL || !equivalent(dest->typespec(), typespec())) in codegen()
[all …]
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dcompiler-types.lisp146 (defun make-compiler-type (typespec)
147 (cond ((integer-type-p typespec)
148 typespec)
149 ((constant-type-p typespec)
150 typespec)
151 ((eq typespec 'SINGLE-FLOAT)
155 ((and (consp typespec)
158 ((and (consp typespec)
196 (if (eq typespec 'INTEGER)
219 (cond ((eq typespec t)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/lang/clang-mesa/clang-13.0.1.src/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/kernel/
H A Dtypespec.ex105 Defines a typespec.
221 ## Translation from Elixir AST to typespec AST
455 ## To typespec conversion
474 defp typespec( function
491 defp typespec( function
655 defp typespec( function
662 case typespec(expr, vars, caller, state) do
709 defp typespec( function
765 typespec(arg, vars, caller, state)
868 defp typespec([], vars, caller, state) do function
[all …]

12345678910>>...63