| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | tex-read-cuda.ll | 16 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]… 18 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]… 21 ; SM20: st.global.f32 [%r{{[0-9]+}}], %f[[RED]] 22 ; SM30: st.global.f32 [%r{{[0-9]+}}], %f[[RED]] 35 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]… 36 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]… 39 ; SM20: st.global.f32 [%r{{[0-9]+}}], %f[[RED]] 40 ; SM30: st.global.f32 [%r{{[0-9]+}}], %f[[RED]] 52 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]… 63 ; SM20: add.rn.f32 %f[[RET2:[0-9]+]], %f[[RED]], %f[[TEXCALL]] [all …]
|
| H A D | surf-read-cuda.ll | 16 ; SM20: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFREG]], {%r{{[0-9]+}}}] 18 ; SM30: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFREG]], {%r{{[0-9]+}}}] 20 ; SM20: cvt.rn.f32.s32 %f[[REDF:[0-9]+]], %r[[RED]] 21 ; SM30: cvt.rn.f32.s32 %f[[REDF:[0-9]+]], %r[[RED]] 36 ; SM20: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [surf0, {%r{{[0-9]+}}}] 37 ; SM30: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFHANDLE]], {%r{{[0-9]+}}}] 39 ; SM20: cvt.rn.f32.s32 %f[[REDF:[0-9]+]], %r[[RED]] 40 ; SM30: cvt.rn.f32.s32 %f[[REDF:[0-9]+]], %r[[RED]]
|
| H A D | surf-read.ll | 10 ; CHECK: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [foo_param_0, {%r{{[0-9]+}}}] 12 ; CHECK: cvt.rn.f32.s32 %f[[REDF:[0-9]+]], %r[[RED]]
|
| H A D | tex-read.ll | 10 ; CHECK: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9… 13 ; CHECK: st.f32 [%r{{[0-9]+}}], %f[[RED]]
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | DependenceInfo.cpp | 372 RAW = WAW = WAR = RED = nullptr; in calculateDependences() 536 RED = isl_union_map_add_map(RED, Identity); in calculateDependences() 541 RED = isl_union_map_intersect(RED, isl_union_map_copy(RAW)); in calculateDependences() 542 RED = isl_union_map_intersect(RED, StrictWAW); in calculateDependences() 544 if (!isl_union_map_is_empty(RED)) { in calculateDependences() 603 RED = isl_union_map_zip(RED); in calculateDependences() 615 RED = isl_union_set_unwrap(isl_union_map_domain(RED)); in calculateDependences() 631 RED = isl_union_map_coalesce(RED); in calculateDependences() 774 printDependencyMap(OS, RED); in print() 785 isl_union_map_free(RED); in releaseMemory() [all …]
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | reduction_2.ll | 10 ; int RED[1]; 16 ; RED[0] = 0; 20 ; RED[0] += A[i-2]; 23 ; if (RED[0] != 382399368) 32 %RED = alloca [1 x i32], align 4 ; <[1 x i32]*> [#uses=3] 42 %arraydecay4 = getelementptr inbounds [1 x i32], [1 x i32]* %RED, i32 0, i32 0 ; <i32*> [#uses=1] 63 %arraydecay27 = getelementptr inbounds [1 x i32], [1 x i32]* %RED, i32 0, i32 0 ; <i32*> [#uses=1] 75 %arraydecay32 = getelementptr inbounds [1 x i32], [1 x i32]* %RED, i32 0, i32 0 ; <i32*> [#uses=1] 91 ; This is a negative test. We can prove that RED[0] in the conditional after 94 ; that, while RED[0] is invariant, it is written to as part of the same scop
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | macro-to-enum.cpp | 55 #define RED 0xFF0000 macro 340 draw(RED); in f() 341 draw(GREEN | RED); in f() 342 draw(BLUE + RED); in f()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 111 Highlight = raw_ostream::RED; in renderLine() 124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 126 Highlight = raw_ostream::RED; in renderLine() 250 colored_ostream(OS, raw_ostream::RED, in renderBranchView() 260 colored_ostream(OS, raw_ostream::RED, in renderBranchView() 279 getOptions().colored_ostream(OS, raw_ostream::RED) in renderInstantiationView()
|
| H A D | llvm-cov.cpp | 87 errs().changeColor(raw_ostream::RED); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | ashr-expansion.ll | 14 ; CHECK-NEXT: [[RED:%.*]] = phi float [ 0.000000e+00, [[ENTRY]] ], [ [[RED_NEXT:%.*]], [[LOOP]] ] 17 ; CHECK-NEXT: [[RED_NEXT]] = fadd float [[LV]], [[RED]] 57 ; CHECK-NEXT: [[RED:%.*]] = phi float [ 0.000000e+00, [[ENTRY]] ], [ [[RED_NEXT:%.*]], [[LOOP]] ] 60 ; CHECK-NEXT: [[RED_NEXT]] = fadd float [[LV]], [[RED]] 105 ; CHECK-NEXT: [[RED:%.*]] = phi float [ 0.000000e+00, [[ENTRY]] ], [ [[RED_NEXT:%.*]], [[LOOP]] ] 108 ; CHECK-NEXT: [[RED_NEXT]] = fadd float [[LV]], [[RED]] 153 ; CHECK-NEXT: [[RED:%.*]] = phi float [ 0.000000e+00, [[ENTRY]] ], [ [[RED_NEXT:%.*]], [[LOOP]] ] 156 ; CHECK-NEXT: [[RED_NEXT]] = fadd float [[LV]], [[RED]]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true}; 76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 27 static const enum llvm::raw_ostream::Colors errorColor = llvm::raw_ostream::RED; 28 static const enum llvm::raw_ostream::Colors fatalColor = llvm::raw_ostream::RED;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | expand-vp.ll | 175 ; ALL-CONVERT-NEXT: %{{.+}} = add i32 [[RED]], %start 178 ; ALL-CONVERT-NEXT: %{{.+}} = mul i32 [[RED]], %start 181 ; ALL-CONVERT-NEXT: %{{.+}} = and i32 [[RED]], %start 184 ; ALL-CONVERT-NEXT: %{{.+}} = or i32 [[RED]], %start 187 ; ALL-CONVERT-NEXT: %{{.+}} = xor i32 [[RED]], %start 190 ; ALL-CONVERT-NEXT: %{{.+}} = call i32 @llvm.smin.i32(i32 [[RED]], i32 %start) 193 ; ALL-CONVERT-NEXT: %{{.+}} = call i32 @llvm.smax.i32(i32 [[RED]], i32 %start) 196 ; ALL-CONVERT-NEXT: %{{.+}} = call i32 @llvm.umin.i32(i32 [[RED]], i32 %start) 199 ; ALL-CONVERT-NEXT: %{{.+}} = call i32 @llvm.umax.i32(i32 [[RED]], i32 %start) 210 ; ALL-CONVERT-NEXT: %{{.+}} = call float @llvm.minnum.f32(float [[RED]], float %f) [all …]
|
| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 64 out << Colors::RED; in printGroup() 130 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
|
| /llvm-project-15.0.7/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 210 return MarkerStyle('!', raw_ostream::RED, "error: no match expected", in GetMarker() 213 return MarkerStyle('!', raw_ostream::RED, "error: match on wrong line", in GetMarker() 220 return MarkerStyle('!', raw_ostream::RED, in GetMarker() 226 return MarkerStyle('X', raw_ostream::RED, "error: no match found", in GetMarker() 229 return MarkerStyle('X', raw_ostream::RED, in GetMarker() 312 WithColor(OS, raw_ostream::RED, true) << "error"; in DumpInputAnnotationHelp()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | WithColor.cpp | 65 OS.changeColor(raw_ostream::RED); in WithColor() 68 OS.changeColor(raw_ostream::RED, true); in WithColor()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | DependenceInfo.h | 157 : RAW(nullptr), WAR(nullptr), WAW(nullptr), RED(nullptr), TC_RED(nullptr), in Dependences() 180 isl_union_map *RED; variable
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
| H A D | VariablesTest.cpp | 5 RED, enumerator
|
| H A D | SimpleTypesTest.cpp | 19 enum Enum { RED, GREEN, BLUE }; enumerator
|
| H A D | ClassLayoutTest.cpp | 5 enum Enum { RED, GREEN, BLUE }; enumerator
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | partially-unroll-unconditional-latch.ll | 13 ; CHECK-NEXT: [[RED:%.*]] = phi i32 [ 0, [[ENTRY:%.*]] ], [ [[RED_NEXT_3:%.*]], [[FOR_LATCH_3:%.… 15 ; CHECK-NEXT: [[RED_NEXT:%.*]] = add nuw nsw i32 10, [[RED]]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | macro-to-enum.rst | 59 #define RED 0xFF0000 74 RED = 0xFF0000,
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | enum-co.ll | 14 ; enum class EnumClass { RED, BLUE, NOTCARE }; // Expect: CO = HasUniqueName 23 ; enum NestedEnum { RED, BLUE }; // Expected: CO = HasUniqueName | Nested 144 !10 = !DIEnumerator(name: "RED", value: 0)
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 100 RED, enumerator 112 static constexpr Colors RED = Colors::RED; variable
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | ErrorHandler.cpp | 275 reportDiagnostic(getLocation(msg), Colors::RED, "error", msg); in error() 277 reportDiagnostic(logName, Colors::RED, "error", errorLimitExceededMsg); in error()
|