Home
last modified time | relevance | path

Searched defs:tf (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/Analysis/models/
H A Dsaved-model-to-tflite.py10 import tensorflow as tf namespace
H A Dgen-regalloc-eviction-test-model.py8 import tensorflow as tf namespace
H A Dgen-regalloc-priority-test-model.py9 import tensorflow as tf namespace
H A Dgen-inline-oz-test-model.py12 import tensorflow as tf namespace
/llvm-project/clang/test/CodeGenObjCXX/
H A Dblock-id.mm10 int tf() { function
/llvm-project/clang/test/CXX/module/module.interface/
H A Dp5.cpp22 template<typename> using tf = c; // expected-note {{target}} typedef
43 template<typename> using tf = c; // expected-note {{target}} typedef
/llvm-project/clang/test/Sema/
H A Driscv-fp16.c12 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget… typedef
H A Dfp16-sema.c11 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget… typedef
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp4.cpp7 void tf() { in tf() function
/llvm-project/clang/test/Index/
H A Dfile-refs.cpp28 T tf(T t) { in tf() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-large-by-value-copy.cpp42 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} in tf() function
H A Dwarn-unused-filescoped.cpp69 void tf() {} // expected-warning{{unused function template 'tf'}} in tf() function
70 template <> void tf<int>() {} // expected-warning{{unused function 'tf<int>'}} in tf() function
/llvm-project/clang/test/CodeGenCXX/
H A Dibm128-declarations.cpp71 T1<__ibm128> tf; in main() local
H A Dvisibility-inlines-hidden.cpp166 template <typename T> void tf() {} in tf() function
/llvm-project/openmp/libompd/src/
H A DTargetValue.h41 static thread_local TTypeFactory tf = TTypeFactory(); variable
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_nullptr.pass.cpp167 TestFn tf = nullptr; in test_imp() local
172 TestFn tf = Creator<TestFn>::create(); in test_imp() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Ddefinitions-in-headers.hpp82 T tf() { // OK: template function definition. in tf() function
/llvm-project/clang/test/SemaTemplate/
H A Dconstructor-template.cpp114 X5<X6> tf; in test_X5_X6() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp232 Value tf = createUnpackHiPs(b, vs[0xe], vs[0xf], 512); in transposeToShuffle16x16() local
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp856 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() local