Home
last modified time | relevance | path

Searched refs:DI2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcond-inheritance.td19 // CHECK: def DI2 { // I1 I2
21 def DI2: I2<1>;
H A Dif.td72 // CHECK: def DI2 { // I1 I2
74 def DI2: I2<1>;
/llvm-project-15.0.7/llvm/test/Linker/
H A D2011-08-04-Metadata.ll6 ; 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 DIfConversion.cpp1855 ++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 Dasinh.cl187 #define DI2 0.450836980450693209e-8
211 pd = fma(t, fma(t, fma(t, DI3, DI2), DI1), DI0);