Searched refs:BROpcode (Results 1 – 3 of 3) sorted by relevance
215 unsigned BROpcode) const;
3115 unsigned BROpcode) const { in expandSelectCC()3149 BuildMI(BB, dl, TII.get(BROpcode)).addMBB(sinkMBB).addImm(CC); in expandSelectCC()
1168 unsigned BROpcode; in EmitInstrWithCustomInserter() local1177 BROpcode = SP::BCOND; in EmitInstrWithCustomInserter()1182 BROpcode = SP::FBCOND; in EmitInstrWithCustomInserter()1218 BuildMI(BB, dl, TII.get(BROpcode)).addMBB(sinkMBB).addImm(CC); in EmitInstrWithCustomInserter()