Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2016-05-01-RegScavengerAssert.ll11 …* %sX, float* %sY, i32* dereferenceable(4) %num, float* %tm, i32 %SR, i32 %lev, i8* %tdata, i32 %s…
26 %arrayidx8 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 1, i32 %lev, i32 0
27 %arrayidx12 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 1, i32 %lev, i32 6
28 %arrayidx15 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 1, i32 %lev, i32 4
29 %arrayidx20 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 1, i32 %lev, i32 7
30 %arrayidx24 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 2, i32 %lev, i32 0
31 %arrayidx28 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 2, i32 %lev, i32 6
32 %arrayidx32 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 2, i32 %lev, i32 4
33 %arrayidx36 = getelementptr inbounds %struct.r, %struct.r* %this, i32 0, i32 2, i32 %lev, i32 7
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregengine.inc637 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
644 assert(lev+1 <= m->g->nplus);
645 m->lastpos[lev+1] = sp;
646 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec));
649 if (sp == m->lastpos[lev]) /* last pass matched null */
650 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec));
652 m->lastpos[lev] = sp;
655 return(backref(m, sp, stop, ss+1, stopst, lev-1, rec));
664 dp = backref(m, sp, stop, ssub, esub, lev, rec);
685 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A D2009-07-13-MemDepSortFail.ll10 define i8* @lbackref(%struct.lmat* %m, i8* %start, i8* %stop, i32 %startst, i32 %stopst, i32 %lev, …
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A D2009-07-13-MemDepSortFail.ll10 define i8* @lbackref(%struct.lmat* %m, i8* %start, i8* %stop, i32 %startst, i32 %stopst, i32 %lev, …
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1510 def SC : SCForm<17, 1, (outs), (ins i32imm:$lev),
1511 "sc $lev", IIC_BrB, [(PPCsc (i32 imm:$lev))]>;