Searched refs:T2I (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 260 MachineBasicBlock::const_iterator T2I = std::next(T1I); in matchFlowPattern() local 262 assert(T2I == B->end() || T2I->getOpcode() == Hexagon::J2_jump); in matchFlowPattern() 263 MachineBasicBlock *T2B = (T2I == B->end()) ? NextB in matchFlowPattern() 264 : T2I->getOperand(0).getMBB(); in matchFlowPattern()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb2.td | 444 : T2I<oops, iops, itin, opc, asm, pattern> { 470 : T2I<oops, iops, itin, opc, asm, pattern> { 483 : T2I<oops, iops, itin, opc, asm, pattern> { 509 : T2I<oops, iops, itin, opc, asm, pattern> { 522 : T2I<oops, iops, itin, opc, asm, pattern> { 542 : T2I<oops, iops, itin, opc, asm, pattern> { 553 : T2I<oops, iops, itin, opc, asm, pattern> { 581 : T2I<oops, iops, itin, opc, asm, pattern> { 607 : T2I<oops, iops, itin, opc, asm, pattern> { 643 : T2I<oops, iops, itin, opc, asm, pattern> { [all …]
|
H A D | ARMInstrFormats.td | 1404 class T2I<dag oops, dag iops, InstrItinClass itin, 1475 : T2I <oops, iops, NoItinerary, opcstr, asm, pattern>, Requires<[IsThumb2]> {
|