Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FastEmit_ri_

387       unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
423 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
489 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
508 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
518 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
536 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
549 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
922 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR,
1164 /// FastEmit_ri_ - This method is a wrapper of FastEmit_ri. It first tries
1168 unsigned FastISel::FastEmit_ri_(MVT VT, unsigned Opcode,