Home
last modified time | relevance | path

Searched refs:DL2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Bitcode/
H A DDataLayoutUpgradeTest.cpp20 std::string DL2 = UpgradeDataLayoutString( in TEST() local
26 EXPECT_EQ(DL2, "e-m:w-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64" in TEST()
42 std::string DL2 = UpgradeDataLayoutString("e-p:32:32", "i686-apple-darwin9"); in TEST() local
50 EXPECT_EQ(DL2, "e-p:32:32"); in TEST()
64 std::string DL2 = UpgradeDataLayoutString( in TEST() local
67 EXPECT_EQ(DL2, "e-m:e-p:32:32-i64:64-f80:128-n8:16:32:64-S128"); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dlower-em-sjlj-debuginfo.ll26 ; CHECK-NEXT: br {{.*}}, !dbg ![[DL2:.*]]
29 ; CHECK: call {{.*}} void @__invoke_void{{.*}}, !dbg ![[DL2]]
36 ; CHECK: call i32 @testSetjmp{{.*}}, !dbg ![[DL2]]
39 ; CHECK: call i32 @getTempRet0{{.*}}, !dbg ![[DL2]]
42 ; CHECK: call void @emscripten_longjmp{{.*}}, !dbg ![[DL2]]
45 ; CHECK: call void @setTempRet0{{.*}}, !dbg ![[DL2]]
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dpacketize-debug-loc.mir46 # CHECK-NEXT: L2_loadri_io $r1, 0, debug-location [[DL2:!DILocation([^)]+)]]
54 # CHECK-SAME: debug-location [[DL2]]
55 # CHECK-NEXT: L2_loadri_io $r1, 0, debug-location [[DL2]]
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp139 DynamicLibrary DL2 = in TEST() local
141 EXPECT_TRUE(DL2.isValid()); in TEST()
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dpseudo-probe-emit-inline.ll30 ; CHECK-IL: call void @llvm.pseudoprobe(i64 [[#GUID2]], i64 1, i32 0, i64 -1), !dbg ![[#DL2:]]
48 ; CHECK-IL: ![[#DL2]] = !DILocation(line: 7, column: 3, scope: ![[#SCOPE2]], inlinedAt: ![[#INL2:]…
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp1005 DebugLoc DL2 = DILocation::get(Ctx, 3, 0, SP); in TEST_F() local
1017 Call1->setDebugLoc(DL2); in TEST_F()
1019 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
1021 EXPECT_EQ(DL2, Call2->getDebugLoc()); in TEST_F()