Searched refs:DI1 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 1256 MachineBasicBlock::iterator DI1 = BBI1->BB->begin(); in IfConvertDiamond() local 1261 while (DI1 != DIE1 && DI1->isDebugValue()) in IfConvertDiamond() 1262 ++DI1; in IfConvertDiamond() 1270 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamond() 1271 if (!DI1->isDebugValue()) in IfConvertDiamond() 1280 UpdatePredRedefs(BBI1->BB->begin(), DI1, Redefs, TRI); in IfConvertDiamond() 1281 BBI.BB->splice(BBI.BB->end(), BBI1->BB, BBI1->BB->begin(), DI1); in IfConvertDiamond() 1286 DI1 = BBI1->BB->end(); in IfConvertDiamond() 1290 assert (DI1 != BBI1->BB->begin()); in IfConvertDiamond() 1291 --DI1; in IfConvertDiamond() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | 2011-08-04-Metadata.ll | 5 ; CHECK: @x = internal global i32 0, align 4, !dbg [[DI1:![0-9]+]] 8 ; CHECK: [[DI1]] = !DIGlobalVariableExpression(var: [[V1:.*]], expr: !DIExpression())
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1404 MachineBasicBlock::iterator DI1 = BBI1->BB->getFirstNonDebugInstr(); in IfConvertDiamond() local 1411 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamond() 1412 if (!DI1->isDebugValue()) in IfConvertDiamond() 1430 for (MachineBasicBlock::const_iterator I = BBI1->BB->begin(), E = DI1; I != E; in IfConvertDiamond() 1435 BBI.BB->splice(BBI.BB->end(), BBI1->BB, BBI1->BB->begin(), DI1); in IfConvertDiamond() 1445 DI1 = BBI1->BB->end(); in IfConvertDiamond() 1449 assert (DI1 != BBI1->BB->begin()); in IfConvertDiamond() 1450 --DI1; in IfConvertDiamond() 1452 if (!DI1->isDebugValue()) in IfConvertDiamond() 1455 BBI1->BB->erase(DI1, BBI1->BB->end()); in IfConvertDiamond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1719 MachineBasicBlock::iterator DI1 = MBB1.getFirstNonDebugInstr(); in IfConvertDiamondCommon() local 1727 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon() 1728 if (DI1 == MBB1.end()) in IfConvertDiamondCommon() 1730 if (!DI1->isDebugInstr()) in IfConvertDiamondCommon() 1742 for (const MachineInstr &MI : make_range(MBB1.begin(), DI1)) { in IfConvertDiamondCommon() 1748 BBI.BB->splice(BBI.BB->end(), &MBB1, MBB1.begin(), DI1); in IfConvertDiamondCommon() 1764 DI1 = MBB1.end(); in IfConvertDiamondCommon() 1768 assert(DI1 != MBB1.begin()); in IfConvertDiamondCommon() 1769 --DI1; in IfConvertDiamondCommon() 1771 if (!DI1->isDebugInstr()) in IfConvertDiamondCommon() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | if.td | 68 // CHECK: def DI1 { // I1 70 def DI1: I1<1>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | f16x2-instructions.ll | 244 ; CHECK-DAG: cvt.rmi.f32.f32 [[DI1:%f[0-9]+]], [[FD1]]; 245 ; CHECK-DAG: mul.f32 [[RI1:%f[0-9]+]], [[DI1]], [[FB1]];
|