Home
last modified time | relevance | path

Searched refs:DI1 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcond-inheritance.td15 def DI1: I1<1>;
16 // CHECK: def DI1 { // I1
H A Dif.td68 // CHECK: def DI1 { // I1
70 def DI1: I1<1>;
/llvm-project-15.0.7/llvm/test/Linker/
H A D2011-08-04-Metadata.ll5 ; CHECK: @x = internal global i32 0, align 4, !dbg [[DI1:![0-9]+]]
8 ; CHECK: [[DI1]] = !DIGlobalVariableExpression(var: [[V1:.*]], expr: !DIExpression())
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp1843 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon()
1844 if (DI1 == MBB1.end()) in IfConvertDiamondCommon()
1846 if (!DI1->isDebugInstr()) in IfConvertDiamondCommon()
1885 DI1 = MBB1.end(); in IfConvertDiamondCommon()
1886 while (DI1 != MBB1.begin()) { in IfConvertDiamondCommon()
1890 DI1 = Prev; in IfConvertDiamondCommon()
1895 assert(DI1 != MBB1.begin()); in IfConvertDiamondCommon()
1897 --DI1; in IfConvertDiamondCommon()
1901 if (DI1->shouldUpdateCallSiteInfo()) in IfConvertDiamondCommon()
1905 if (!DI1->isDebugInstr()) in IfConvertDiamondCommon()
[all …]
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dasinh.cl186 #define DI1 0.203579344621125934e-8
211 pd = fma(t, fma(t, fma(t, DI3, DI2), DI1), DI0);
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Df16x2-instructions.ll260 ; CHECK-DAG: cvt.rzi.f32.f32 [[DI1:%f[0-9]+]], [[FD1]];
261 ; CHECK-DAG: mul.f32 [[RI1:%f[0-9]+]], [[DI1]], [[FB1]];