Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3219 Value *PromotedOperand) const;
4468 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
4481 return isPromotedInstructionLegal(TLI, DL, PromotedOperand); in isPromotionProfitable()
4721 Value *PromotedOperand = in matchOperationAddr() local
4737 assert(PromotedOperand && in matchOperationAddr()
4743 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4750 PromotedOperand)) { in matchOperationAddr()