Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3200 Value *PromotedOperand) const;
4448 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
4461 return isPromotedInstructionLegal(TLI, DL, PromotedOperand); in isPromotionProfitable()
4701 Value *PromotedOperand = in matchOperationAddr() local
4717 assert(PromotedOperand && in matchOperationAddr()
4723 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4730 PromotedOperand)) { in matchOperationAddr()