Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4761 Instruction *InstForExtOpnd = dyn_cast<Instruction>(ValForExtOpnd); in promoteOperandForOther() local
4762 if (!InstForExtOpnd) in promoteOperandForOther()
4766 Exts->push_back(InstForExtOpnd); in promoteOperandForOther()
4768 CreatedInstsCost += !TLI.isExtFree(InstForExtOpnd); in promoteOperandForOther()