Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2672 Value *PromotedOperand) const;
3853 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
3866 return isPromotedInstructionLegal(TLI, DL, PromotedOperand); in isPromotionProfitable()
4098 Value *PromotedOperand = in matchOperationAddr() local
4114 assert(PromotedOperand && in matchOperationAddr()
4120 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4127 PromotedOperand)) { in matchOperationAddr()