Searched refs:ExtForOpnd (Results 1 – 1 of 1) sorted by relevance
4400 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local4430 if (!ExtForOpnd) { in promoteOperandForOther()4439 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()4442 Exts->push_back(ExtForOpnd); in promoteOperandForOther()4443 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()4446 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()4447 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()4448 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()4450 ExtForOpnd = nullptr; in promoteOperandForOther()4452 if (ExtForOpnd == Ext) { in promoteOperandForOther()