| /llvm-project-15.0.7/compiler-rt/lib/tsan/ |
| H A D | check_cmake.sh | 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 6 if [ -d "$ROOT/llvm-build" ]; then 7 cd $ROOT/llvm-build 9 mkdir -p $ROOT/llvm-build 10 cd $ROOT/llvm-build 11 …ja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
|
| /llvm-project-15.0.7/mlir/test/Conversion/PDLToPDLInterp/ |
| H A D | pdl-to-pdl-interp-matcher.mlir | 13 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 39 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 63 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 84 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 108 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 139 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 161 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 172 // CHECK-NOT: pdl_interp.get_result 1 of %[[ROOT]] 185 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) 215 // CHECK: func @matcher(%[[ROOT:.*]]: !pdl.operation) [all …]
|
| H A D | pdl-to-pdl-interp-rewriter.mlir | 8 // CHECK: func @pdl_generated_rewriter(%[[ROOT:.*]]: !pdl.operation, %[[INPUT:.*]]: !pdl.value) 22 // CHECK: func @pdl_generated_rewriter(%[[ROOT:.*]]: !pdl.operation) 23 // CHECK: pdl_interp.erase %[[ROOT]] 79 // CHECK: func @pdl_generated_rewriter(%[[ROOT:.*]]: !pdl.operation 80 // CHECK: %[[RESULTS:.*]] = pdl_interp.get_results of %[[ROOT]] 156 // CHECK: func @pdl_generated_rewriter(%[[ROOT:.*]]: !pdl.operation) 159 // CHECK: pdl_interp.replace %[[ROOT]] with (%[[RESULTS]] : !pdl.range<value>) 175 // CHECK: func @pdl_generated_rewriter({{.*}}, %[[ROOT:.*]]: !pdl.operation) 199 // CHECK: func @pdl_generated_rewriter(%[[ROOT:.*]]: !pdl.operation) 201 // CHECK: pdl_interp.erase %[[ROOT]] [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | syslibroot.test | 18 CHECK-SYSLIBROOT-NEXT: [[ROOT]]/usr/lib 26 CHECK-ABSOLUTE-PATH-REROOTED: [[ROOT]]/Library/libxml2-development 27 CHECK-ABSOLUTE-PATH-REROOTED: [[ROOT]]/usr/lib 41 CHECK-SYSLIBROOT-MATRIX: [[ROOT]]/usr/lib 42 CHECK-SYSLIBROOT-MATRIX: [[ROOT]].2/usr/lib 49 CHECK-SYSLIBROOT-IGNORED-NOT: [[ROOT]]/usr/lib 50 CHECK-SYSLIBROOT-IGNORED-NOT: [[ROOT]].2/usr/lib 58 CHECK-SYSLIBROOT-FRAMEWORK: [[ROOT]]/System/Library/Frameworks 68 CHECK-SYSLIBROOT-FRAMEWORK-MATRIX: [[ROOT]]/Library/Frameworks 69 CHECK-SYSLIBROOT-FRAMEWORK-MATRIX: [[ROOT]].2/Library/Frameworks [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfsqrt.S | 33 #define ROOT r13:12 macro 192 ROOT += lsr(ERROR,SHIFTAMT) 212 ROOT += lsr(ERROR,SHIFTAMT) 235 ROOT += lsr(ERROR,SHIFTAMT) 266 TWOROOT_LO += asl(ROOT,#1) 285 ONE = add(ROOT,ONE) 290 if (P_CARRY1) ROOT = ONE 301 ONE = add(ROOT,ONE) 304 if (P_CARRY2) ROOT = ONE 316 ADJ = cl0(ROOT) [all …]
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 13 my $ROOT = "/tmp/webcompile"; 18 if ( !-d $ROOT ) { mkdir( $ROOT, 0777 ); } 20 my $LOGFILE = "$ROOT/log.txt"; 43 sprintf( "$ROOT/_%d_%d%s", $$, $count, $extension ); 53 system("rm -f $ROOT/locked"); 141 if ( -f "$ROOT/locked" ) { 143 stat("$ROOT/locked"); 152 system("touch $ROOT/locked"); 461 system("rm $ROOT/locked");
|
| /llvm-project-15.0.7/mlir/test/mlir-pdll/CodeGen/MLIR/ |
| H A D | expr.pdll | 19 // CHECK: %[[ROOT:.*]] = operation 20 // CHECK: rewrite %[[ROOT]] 23 // CHECK: replace %[[ROOT]] with(%[[RESULTS]] : !pdl.range<value>) 30 // CHECK: %[[ROOT:.*]] = operation 31 // CHECK: rewrite %[[ROOT]] 32 // CHECK: %[[RESULTS:.*]] = apply_native_rewrite "TestRewrite"(%[[ROOT]] : !pdl.operation) : !pdl.r… 33 // CHECK: replace %[[ROOT]] with(%[[RESULTS]] : !pdl.range<value>)
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/ |
| H A D | constant-aggregate.ll | 7 ; CHECK: %[[ROOT:.+]] = llvm.mlir.undef : !llvm.struct<"SimpleAggType", (i32, i8, i16, i32)> 8 ; CHECK: %[[CHAIN0:.+]] = llvm.insertvalue %[[C3]], %[[ROOT]][0 : i32] 21 ; CHECK: %[[ROOT:.+]] = llvm.mlir.undef : !llvm.struct<"SimpleAggType", (i32, i8, i16, i32)> 22 ; CHECK: %[[CHAIN0:.+]] = llvm.insertvalue %[[C3]], %[[ROOT]][0 : i32] 35 ; CHECK: %[[ROOT:.+]] = llvm.mlir.undef : !llvm.vec<2 x ptr<struct<"SimpleAggType", (i32, i8, i16, … 37 ; CHECK: %[[CHAIN0:.+]] = llvm.insertelement %[[C1]], %[[ROOT]][%[[P0]] : i32] : !llvm.vec<2 x ptr<…
|
| H A D | zeroinitializer.ll | 9 ; CHECK: %[[ROOT:.+]] = llvm.mlir.undef : !llvm.struct<"Domain", (ptr<ptr<struct<"Domain">>>, ptr<s… 10 ; CHECK: %[[CHAIN:.+]] = llvm.insertvalue %[[E1]], %[[ROOT]][0 : i32]
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-modern-protocol.mm | 4 @protocol ROOT @end protocol 8 @protocol P2<ROOT> @end 27 @interface INTF <PROTO, ROOT>
|
| /llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/ |
| H A D | deref-pointers.ll | 120 ; CHECK-DAG: [[ROOT:!.*]] = !{!"root"} 121 ; CHECK-DAG: [[TYPE_access_old:!.*]] = !{!"type_access_old", [[ROOT]]} 124 ; CHECK-DAG: [[TYPE_access_new:!.*]] = !{[[ROOT]], i64 1, !"type_access_new"} 125 ; CHECK-DAG: [[TYPE_base_new:!.*]] = !{[[ROOT]], i64 1, !"type_base_new", [[TYPE_access_new]], i64 …
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | arith-max-cost.ll | 13 ; CHECK-NEXT: [[ROOT:%.*]] = icmp sle i64 [[SELECT0]], [[SELECT1]] 31 ; CHECK-NEXT: [[ROOT:%.*]] = icmp sle i64 [[SELECT0]], [[SELECT1]]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | struct-assign-tbaa-new.ll | 47 ; CHECK-DAG: [[ROOT:!.*]] = !{!"root"} 48 ; CHECK-DAG: [[TYPE_char:!.*]] = !{[[ROOT]], !"char"}
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-objc-message.m | 392 // RUN: c-index-test -code-completion-at=%s:389:14 %s | FileCheck -check-prefix=CHECK-ROOT %s 393 // CHECK-ROOT: ObjCInstanceMethodDecl:{ResultType void}{TypedText categoryInstanceMethod} (35) 394 // CHECK-ROOT-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText categoryProtocolInstanceMeth… 395 // CHECK-ROOT-NEXT: ObjCClassMethodDecl:{ResultType void}{TypedText classMethod} (35) 396 // CHECK-ROOT-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText instanceMethod} (35) 397 // CHECK-ROOT-NEXT: ObjCClassMethodDecl:{ResultType void}{TypedText protocolClassMethod} (37) 398 // CHECK-ROOT-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText protocolInstanceMethod} (37) 399 // CHECK-ROOT-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText subProtocolInstanceMethod} (…
|
| /llvm-project-15.0.7/llvm/test/Analysis/DDG/ |
| H A D | root-node.ll | 5 ; CHECK: Node Address:[[ROOT:0x[0-9a-f]*]]:root
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_impl.h | 29 ROOT = 1 << 3, enumerator
|
| H A D | blake3.c | 103 output_block_counter, self->flags | ROOT, wide_buf); in output_root_bytes()
|
| /llvm-project-15.0.7/mlir/test/Rewrite/ |
| H A D | pdl-bytecode.mlir | 766 // CHECK: %[[ROOT:.*]] = "test.op" 767 // CHECK: %[[VALA:.*]] = "test.op"(%[[ROOT]]) 768 // CHECK: %[[VALB:.*]] = "test.op"(%[[ROOT]])
|