Home
last modified time | relevance | path

Searched refs:TwoRegs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Ddebuginfo.ll8 %struct.TwoRegs = type { i64, i64 }
54 %o = alloca %struct.TwoRegs, align 8
55 %0 = bitcast %struct.TwoRegs* %o to { i64, i64 }*
60 …call void @llvm.dbg.declare(metadata %struct.TwoRegs* %o, metadata !35, metadata !DIExpression()),…
61 %3 = bitcast %struct.TwoRegs* %o to { i64, i64 }*, !dbg !33
114 !36 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "TwoRegs", file: !28, line: 1, si…
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1190 SmallVector<MachineInstr*,16> TwoRegs; in coalesceSegments() local
1195 TwoRegs.push_back(MI); in coalesceSegments()
1199 for (MachineInstr *CI : TwoRegs) { in coalesceSegments()