Searched refs:DL1 (Results 1 – 3 of 3) sorted by relevance
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 561 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP); in TEST_F() local 566 Br->setDebugLoc(DL1); in TEST_F() 570 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F() 572 EXPECT_EQ(DL1, Call1->getDebugLoc()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8190 SDLoc DL1(N1); in CombineZExtLogicopShiftLoad() local 8191 SDValue Shift = DAG.getNode(N1.getOpcode(), DL1, VT, ExtLoad, in CombineZExtLogicopShiftLoad()
|