/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
H A D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 63 // clang-format off in TEST_F() 155 %38 = OpSLessThan %12 %36 %11 in TEST_F() 156 OpBranchConditional %38 %39 %48 in TEST_F() 188 // clang-format on in TEST_F() 192 Module* module = context->module(); in TEST_F() 199 // Check that the loop will NOT be split when provided with a pass-through in TEST_F() 225 // clang-format off in TEST_F() 282 // clang-format on in TEST_F() 286 Module* module = context->module(); in TEST_F() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 63 // clang-format off in TEST_F() 155 %38 = OpSLessThan %12 %36 %11 in TEST_F() 156 OpBranchConditional %38 %39 %48 in TEST_F() 188 // clang-format on in TEST_F() 192 Module* module = context->module(); in TEST_F() 199 // Check that the loop will NOT be split when provided with a pass-through in TEST_F() 225 // clang-format off in TEST_F() 282 // clang-format on in TEST_F() 286 Module* module = context->module(); in TEST_F() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 63 // clang-format off in TEST_F() 155 %38 = OpSLessThan %12 %36 %11 in TEST_F() 156 OpBranchConditional %38 %39 %48 in TEST_F() 188 // clang-format on in TEST_F() 192 Module* module = context->module(); in TEST_F() 199 // Check that the loop will NOT be split when provided with a pass-through in TEST_F() 225 // clang-format off in TEST_F() 282 // clang-format on in TEST_F() 286 Module* module = context->module(); in TEST_F() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/ObjCARC/ |
H A D | ensure-that-exception-unwind-path-is-visited.ll | 1 ; RUN: opt -objc-arc -S < %s | FileCheck %s 5 …t = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:1… 6 target triple = "x86_64-apple-macosx10.9.0" 40 %tmp1 = load i8*, i8** @"\01L_OBJC_SELECTOR_REFERENCES_", align 8, !dbg !37, !invariant.load !38 43 …_msgSend to i8* (i8*, i8*)*)(i8* %tmp2, i8* %tmp1), !dbg !37, !clang.arc.no_objc_arc_exceptions !38 45 ; CHECK: call i8* @objc_retain(i8* %call) [[NUW:#[0-9]+]] 49 to label %eh.cont unwind label %lpad, !dbg !40, !clang.arc.no_objc_arc_exceptions !38 53 call void @objc_release(i8* %call) nounwind, !dbg !42, !clang.imprecise_release !38 62 call void @objc_end_catch(), !dbg !49, !clang.arc.no_objc_arc_exceptions !38 64 call void @objc_release(i8* %call) nounwind, !dbg !42, !clang.imprecise_release !38 [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | inline_test.cpp | 1 // Copyright (c) 2017-2022 Valve Corporation 2 // Copyright (c) 2017-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 45 // clang-format off in TEST_F() 73 // clang-format on in TEST_F() 77 // clang-format off in TEST_F() 88 // clang-format on in TEST_F() 92 // clang-format off in TEST_F() 106 // clang-format on in TEST_F() 110 // clang-format off in TEST_F() [all …]
|
D | inst_buff_addr_check_test.cpp | 1 // Copyright (c) 2019-2022 Valve Corporation 2 // Copyright (c) 2019-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 38 // clang-format on 85 // clang-format off in TEST_F() 124 // clang-format off in TEST_F() 132 ;CHECK-NOT: %17 = OpAccessChain %_ptr_Uniform__ptr_PhysicalStorageBuffer_bufStruct %u_info %int_0 in TEST_F() 133 ;CHECK-NOT: %18 = OpLoad %_ptr_PhysicalStorageBuffer_bufStruct %17 in TEST_F() 134 ;CHECK-NOT: %22 = OpAccessChain %_ptr_PhysicalStorageBuffer_int %18 %int_1 in TEST_F() 209 // clang-format off in TEST_F() [all …]
|
D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 25 #include "spirv-tools/libspirv.hpp" 42 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 54 // clang-format off in TEST() 93 // clang-format on in TEST() 127 // clang-format off in TEST() 149 // clang-format on in TEST() 154 // clang-format off in TEST() 218 // clang-format on in TEST() 241 context->get_def_use_mgr(); in TEST() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | inline_test.cpp | 1 // Copyright (c) 2017-2022 Valve Corporation 2 // Copyright (c) 2017-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 45 // clang-format off in TEST_F() 73 // clang-format on in TEST_F() 77 // clang-format off in TEST_F() 88 // clang-format on in TEST_F() 92 // clang-format off in TEST_F() 106 // clang-format on in TEST_F() 110 // clang-format off in TEST_F() [all …]
|
H A D | inst_buff_addr_check_test.cpp | 1 // Copyright (c) 2019-2022 Valve Corporation 2 // Copyright (c) 2019-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 38 // clang-format on 85 // clang-format off in TEST_F() 124 // clang-format off in TEST_F() 132 ;CHECK-NOT: %17 = OpAccessChain %_ptr_Uniform__ptr_PhysicalStorageBuffer_bufStruct %u_info %int_0 in TEST_F() 133 ;CHECK-NOT: %18 = OpLoad %_ptr_PhysicalStorageBuffer_bufStruct %17 in TEST_F() 134 ;CHECK-NOT: %22 = OpAccessChain %_ptr_PhysicalStorageBuffer_int %18 %int_1 in TEST_F() 209 // clang-format off in TEST_F() [all …]
|
H A D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 25 #include "spirv-tools/libspirv.hpp" 42 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 54 // clang-format off in TEST() 93 // clang-format on in TEST() 127 // clang-format off in TEST() 149 // clang-format on in TEST() 154 // clang-format off in TEST() 218 // clang-format on in TEST() 241 context->get_def_use_mgr(); in TEST() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | inline_test.cpp | 1 // Copyright (c) 2017-2022 Valve Corporation 2 // Copyright (c) 2017-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 45 // clang-format off in TEST_F() 73 // clang-format on in TEST_F() 77 // clang-format off in TEST_F() 88 // clang-format on in TEST_F() 92 // clang-format off in TEST_F() 106 // clang-format on in TEST_F() 110 // clang-format off in TEST_F() [all …]
|
H A D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 25 #include "spirv-tools/libspirv.hpp" 42 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 54 // clang-format off in TEST() 93 // clang-format on in TEST() 127 // clang-format off in TEST() 149 // clang-format on in TEST() 154 // clang-format off in TEST() 218 // clang-format on in TEST() 241 context->get_def_use_mgr(); in TEST() [all …]
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/test/ |
H A D | reduce_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 57 // clang-format off in TEST() 61 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, in TEST() 66 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, in TEST() 69 // clang-format on in TEST() 73 // clang-format off in TEST() 85 // clang-format on in TEST() 91 // clang-format off in TEST() 103 // clang-format on in TEST() 109 // clang-format off in TEST() [all …]
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | recursive-cxx-member-calls.cpp | 10 namespace clang { namespace 58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith() 61 return StringRef(Data + Start, min(N, Length - Start)); in substr() 65 namespace clang { namespace 70 return ((const actualtype *) this)->second; in getNameStart() 74 const char *p = ((const actualtype *) this)->second - 2; in getLength() 75 return (((unsigned) p[0]) | (((unsigned) p[1]) << 8)) - 1; in getLength() 98 using namespace clang; 101 llvm::StringRef AttrName = Name->getName(); in getKind() 103 AttrName = AttrName.substr(2, AttrName.size() - 4); in getKind() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tokenizer/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci 39 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci 39 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/llvm/test/DebugInfo/X86/ |
H A D | debug-info-block-captured-self.ll | 1 ; RUN: llc -mtriple x86_64-apple-darwin -filetype=obj -o %t.o < %s 2 ; RUN: llvm-dwarfdump %t.o | FileCheck %s 8 ; llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m 12 ; CHECK-NOT: DW_TAG 14 ; CHECK-NOT: DW_TAG 19 ; CHECK-NOT: DW_TAG 21 ; CHECK-NOT: DW_TAG 25 ; ---------------------------------------------------------------------- 31 ; -(int) count; 49 ; - (id) initWithContext:(Context *) context [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci 39 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/ |
D | .travis.yml | 8 # See: https://github.com/jeking3/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 33 # - B2_ADDRESS_MODEL=address-model=64,32 34 # - B2_LINK=link=shared,static 35 # - B2_THREADING=threading=multi,single 36 - B2_VARIANT=variant=release,debug 39 - git clone https://github.com/jeking3/boost-ci.git boost-ci 40 - cp -pr boost-ci/ci boost-ci/.codecov.yml . 41 - source ci/travis/install.sh [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci 39 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 31 # - B2_ADDRESS_MODEL=address-model=64,32 32 # - B2_LINK=link=shared,static 33 # - B2_THREADING=threading=multi,single 34 - B2_VARIANT=variant=release 37 - git clone https://github.com/boostorg/boost-ci.git boost-ci 38 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 32 # - B2_ADDRESS_MODEL=address-model=64,32 33 # - B2_LINK=link=shared,static 34 # - B2_THREADING=threading=multi,single 35 - B2_VARIANT=variant=release,debug 38 - git clone https://github.com/boostorg/boost-ci.git boost-ci 39 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/ |
D | .travis.yml | 2 # Copyright 2017 - 2019 James E. King III 8 # See: https://github.com/boostorg/boost-ci 17 # --include bench --include fog 23 # That's it - the scripts will do everything else for you. 31 # - B2_ADDRESS_MODEL=address-model=64,32 32 # - B2_LINK=link=shared,static 33 # - B2_THREADING=threading=multi,single 34 - B2_VARIANT=variant=release 37 - git clone https://github.com/boostorg/boost-ci.git boost-ci 38 - cp -pr boost-ci/ci boost-ci/.codecov.yml . [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | pr24546.ll | 1 ; RUN: llc -mcpu=pwr8 -mtriple=powerpc64le-unknown-linux-gnu < %s 50 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer… 51 …-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer… 59 …1, producer: "clang version 3.8.0 (git://github.com/llvm-mirror/clang.git e0848b6353721eb1b278a5bb… 89 !31 = !{!"clang version 3.8.0 (git://github.com/llvm-mirror/clang.git e0848b6353721eb1b278a5bbea257… 94 !36 = !DILocation(line: 8, column: 16, scope: !37, inlinedAt: !38) 96 !38 = distinct !DILocation(line: 23, column: 8, scope: !35) 97 !39 = !DILocation(line: 9, column: 10, scope: !40, inlinedAt: !38) 99 !41 = !DILocation(line: 9, column: 3, scope: !40, inlinedAt: !38) 100 !42 = !DILocation(line: 11, column: 9, scope: !18, inlinedAt: !38) [all …]
|
H A D | BreakableToken-reduced.ll | 1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-shrink-wrap=true %s -o - | Fil… 3 ; Test the use of a non-R0 register to save/restore the LR in function 14 ; llc -stop-after stack-slot-coloring BreakableToken-reduced.ll > BreakableToken-reduced.mir 18 ; llc -start-after stack-slot-coloring -stop-after prologepilog BreakableToken-reduced.mir 28 target datalayout = "e-m:e-i64:64-n32:64" 29 target triple = "powerpc64le-unknown-linux-gnu" 31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT… 32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i… 33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,… 35 …clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou… [all …]
|