Searched refs:DI2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | cond-inheritance.td | 19 // CHECK: def DI2 { // I1 I2 21 def DI2: I2<1>;
|
| H A D | if.td | 72 // CHECK: def DI2 { // I1 I2 74 def DI2: I2<1>;
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | 2011-08-04-Metadata.ll | 6 ; CHECK: @x.1 = internal global i32 0, align 4, !dbg [[DI2:![0-9]+]] 11 ; CHECK: [[DI2]] = !DIGlobalVariableExpression(var: [[V2:.*]], expr: !DIExpression())
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 1855 ++DI2; in IfConvertDiamondCommon() 1856 if (DI2 == MBB2.end()) in IfConvertDiamondCommon() 1858 if (!DI2->isDebugInstr()) in IfConvertDiamondCommon() 1870 MBB2.erase(MBB2.begin(), DI2); in IfConvertDiamondCommon() 1910 DI2 = BBI2->BB->end(); in IfConvertDiamondCommon() 1918 while (DI2 != MBB2.begin()) { in IfConvertDiamondCommon() 1922 DI2 = Prev; in IfConvertDiamondCommon() 1928 assert(DI2 != MBB2.begin()); in IfConvertDiamondCommon() 1929 --DI2; in IfConvertDiamondCommon() 1931 if (!DI2->isDebugInstr()) in IfConvertDiamondCommon() [all …]
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | asinh.cl | 187 #define DI2 0.450836980450693209e-8 211 pd = fma(t, fma(t, fma(t, DI3, DI2), DI1), DI0);
|