Searched refs:ExtForOpnd (Results 1 – 1 of 1) sorted by relevance
3785 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local3815 if (!ExtForOpnd) { in promoteOperandForOther()3824 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()3827 Exts->push_back(ExtForOpnd); in promoteOperandForOther()3828 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()3831 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()3832 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()3833 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()3835 ExtForOpnd = nullptr; in promoteOperandForOther()3837 if (ExtForOpnd == Ext) { in promoteOperandForOther()