Lines Matching refs:ExtValue
361 struct ExtValue : public ExtRoot { struct
364 ExtValue(const MachineOperand &Op);
365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument
366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() argument
367 bool operator<(const ExtValue &EV) const;
368 bool operator==(const ExtValue &EV) const { in operator ==() argument
371 bool operator!=(const ExtValue &EV) const { in operator !=() argument
378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
428 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);
544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue
766 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()
773 HCE::ExtValue::operator MachineOperand() const { in operator MachineOperand()
1278 ExtValue EV(ED); in assignInits()
1298 ExtValue EV(ED); in assignInits()
1397 ExtValue BestV(ER, Best); in assignInits()
1420 const ExtValue &EV = P.first.first; in assignInits()
1467 ExtValue(ED).Offset == EV.Offset; in assignInits()
1534 const ExtValue &EV = ExtI.first; in insertInitializer()
1770 const ExtValue &EV = ExtI.first; (void)EV; in replaceInstrExpr()
1803 ExtValue V = MI.getOperand(IsSub ? 2 : 3); in replaceInstrExpr()
1853 const ExtValue &DefV = ExtI.first; in replaceInstr()
1854 assert(ExtRoot(ExtValue(ED)) == ExtRoot(DefV) && "Extender root mismatch"); in replaceInstr()
1857 ExtValue EV(ED); in replaceInstr()
1983 ExtValue VA(A), VB(B); in runOnMachineFunction()