Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:fastEmit_ri_

412           fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1, Op1IsKill,
445 unsigned ResultReg = fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
507 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
526 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
535 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
551 IdxN = fastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
562 N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
1482 unsigned IntResultReg = fastEmit_ri_(
1719 unsigned FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0,