Home
last modified time | relevance | path

Searched refs:ExtForOpnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3785 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local
3815 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()