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

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2118 Value *PromotedOperand) const;
2580 /// \p PromotedOperand is the value that has been promoted.
2583 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const {
2595 return isPromotedInstructionLegal(TLI, PromotedOperand);
2790 Value *PromotedOperand = local
2806 assert(PromotedOperand &&
2812 if (!MatchAddr(PromotedOperand, Depth) ||
2819 PromotedOperand)) {

Completed in 50 milliseconds