Searched refs:DL1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/unittests/Bitcode/ |
D | DataLayoutUpgradeTest.cpp | 17 std::string DL1 = in TEST() local 24 EXPECT_EQ(DL1, "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64" in TEST() 37 std::string DL1 = UpgradeDataLayoutString( in TEST() local 47 EXPECT_EQ(DL1, "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64" in TEST() 63 std::string DL1 = UpgradeDataLayoutString("", "x86_64-unknown-linux-gnu"); in TEST() local 66 EXPECT_EQ(DL1, ""); in TEST()
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | packetize-debug-loc.mir | 44 # CHECK-SAME: debug-location [[DL1:!DILocation([^)]+)]] 45 # CHECK-NEXT: L2_loadri_io $r1, 0, debug-location [[DL1]] 49 # CHECK-SAME: debug-location [[DL1]] 51 # CHECK-NEXT: L2_loadri_io $r1, 0, debug-location [[DL1]]
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | lower-em-sjlj-debuginfo.ll | 22 ; CHECK: call i32* @saveSetjmp{{.*}}, !dbg ![[DL1:.*]] 23 ; CHECK-NEXT: call i32 @getTempRet0{{.*}}, !dbg ![[DL1]]
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 400 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP); in TEST_F() local 405 Br->setDebugLoc(DL1); in TEST_F() 409 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F() 411 EXPECT_EQ(DL1, Call1->getDebugLoc()); in TEST_F()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 878 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP); in TEST_F() local 883 Br->setDebugLoc(DL1); in TEST_F() 887 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F() 889 EXPECT_EQ(DL1, Call1->getDebugLoc()); in TEST_F()
|
/external/cpuinfo/test/dmesg/ |
D | iconia-one-10.log | 252 [ 0.800671] (1)[1:swapper/0]mt8167-mt6392 sound: snd-soc-dummy-dai <-> DL1 mapping ok
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3303 auto DL1 = ApplyDebugLocation::CreateDefaultArtificial(CGF, S.getEndLoc()); in emitScanBasedDirective() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9394 SDLoc DL1(N1); in CombineZExtLogicopShiftLoad() local 9395 SDValue Shift = DAG.getNode(N1.getOpcode(), DL1, VT, ExtLoad, in CombineZExtLogicopShiftLoad()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10291 SDLoc DL1(N1); in CombineZExtLogicopShiftLoad() local 10292 SDValue Shift = DAG.getNode(N1.getOpcode(), DL1, VT, ExtLoad, in CombineZExtLogicopShiftLoad()
|