Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:BuildMI

134   BuildMI(MBB, I, DL, get(SPU::LRr128), DestReg)
169 addFrameReference(BuildMI(MBB, MI, DL, get(opc))
204 addFrameReference(BuildMI(MBB, MI, DL, get(opc), DestReg), FrameIdx);
368 MIB = BuildMI(&MBB, DL, get(SPU::HBR_LABEL)).addSym(branchLabel);
374 MIB = BuildMI(&MBB, DL, get(SPU::BR));
382 MIB = BuildMI( MBB, findHBRPosition(MBB), DL, get(SPU::HBRA));
388 MIB = BuildMI(&MBB, DL, get(Cond[0].getImm()));
392 MIB = BuildMI(MBB, findHBRPosition(MBB), DL, get(SPU::HBRA));
402 MIB = BuildMI(&MBB, DL, get(Cond[0].getImm()));
403 MachineInstrBuilder MIB2 = BuildMI(&MBB, DL, get(SPU::BR));
410 MIB = BuildMI( MBB, findHBRPosition(MBB), DL, get(SPU::HBRA));