Home
last modified time | relevance | path

Searched refs:func10 (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Darm64-packed-unwind.s291 func10: label
319 .long func10@IMGREL
/external/llvm-project/llvm/test/Transforms/MergeFunc/
Dinttoptr-address-space.ll12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 {
24 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496 addrspace(1)* nocapture %[[V2]])
Dinttoptr.ll24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
51 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496* nocapture %[[V2]])
Dcrash.ll23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
/external/llvm/test/Transforms/MergeFunc/
Dinttoptr-address-space.ll12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 {
24 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496 addrspace(1)* nocapture %[[V2]])
Dinttoptr.ll24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
51 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496* nocapture %[[V2]])
Dcrash.ll23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
/external/llvm-project/clang/test/CodeGen/
Darm64-microsoft-arguments.cpp183 S10 func10(S10 x);
186 return func10(x); in f10()
/external/llvm-project/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
Dmain.cpp93 __attribute__((noinline, disable_tail_calls)) void func10(int &sink, int x) { in func10() function
190 func10(sink, 123); in main()
/external/llvm-project/clang/test/SemaCXX/
Dfriend2.cpp89 void func10(int); // expected-note{{previous declaration is here}}
91 …friend int func10(int); // expected-error{{functions that differ only in their return type cannot…
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp55 void func10() { in func10() function
/external/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp55 void func10() { in func10() function
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dright_shift.ll85 define i64 @func10(i64 %0, i64 %1) {
86 ; CHECK-LABEL: func10:
Dsext_zext_load.ll88 define i32 @func10() {
89 ; CHECK-LABEL: func10:
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_dynamic_padding_mapper.mlir236 …"tf_device.cluster_func"(%ri_0, %ri_1) {func = @func10, padding_map = ["\08\08\10\06\18\02"]} : (t…
242 // CHECK-LABEL: func @func10
244 func @func10(%arg0: tensor<i1>, %arg1: tensor<i1>) {
/external/llvm-project/llvm/test/MC/AArch64/
Dseh-packed-unwind.s553 func10: label
554 .seh_proc func10
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll241 define void @func10(i64 %a) {
242 ; CHECK-LABEL: @func10
/external/llvm-project/compiler-rt/test/fuzzer/
DMultipleConstraintsOnSmallInputTest.cpp87 int func10(uint8_t a1, uint8_t a2) { in func10() function
3315 if (func10(data[10], data[8]) == 0) in api()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc884 auto func10 = ops::Identity(s.WithOpName("Func/y/y/input/_10"), func9); in TEST_F() local
885 auto y_y_y = ops::Mul(s.WithOpName("y/y/y"), func10, y_y_scale); in TEST_F()