Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2992 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local
3022 if (!ExtForOpnd) { in promoteOperandForOther()
3031 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()
3034 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
3035 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
3038 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()
3039 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
3040 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()
3042 ExtForOpnd = nullptr; in promoteOperandForOther()
3044 if (ExtForOpnd == Ext) { in promoteOperandForOther()