Searched refs:ExtForOpnd (Results 1 – 1 of 1) sorted by relevance
4493 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local4523 if (!ExtForOpnd) { in promoteOperandForOther()4532 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()4535 Exts->push_back(ExtForOpnd); in promoteOperandForOther()4536 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()4539 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()4540 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()4541 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()4543 ExtForOpnd = nullptr; in promoteOperandForOther()4545 if (ExtForOpnd == Ext) { in promoteOperandForOther()