Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2514 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local
2544 if (!ExtForOpnd) { in promoteOperandForOther()
2553 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()
2556 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
2557 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
2560 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()
2561 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
2562 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()
2564 ExtForOpnd = nullptr; in promoteOperandForOther()
2566 if (ExtForOpnd == Ext) { in promoteOperandForOther()