Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4376 Instruction *ExtForOpnd = Ext; in promoteOperandForOther() local
4406 if (!ExtForOpnd) { in promoteOperandForOther()
4415 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()
4418 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
4419 TPT.setOperand(ExtForOpnd, 0, Opnd); in promoteOperandForOther()
4422 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther()
4423 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); in promoteOperandForOther()
4424 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()
4426 ExtForOpnd = nullptr; in promoteOperandForOther()
4428 if (ExtForOpnd == Ext) { in promoteOperandForOther()