Searched refs:ExtValue (Results 1 – 3 of 3) sorted by relevance
361 struct ExtValue : public ExtRoot { struct364 ExtValue(const MachineOperand &Op);365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() argument367 bool operator<(const ExtValue &EV) const;368 bool operator==(const ExtValue &EV) const { in operator ==() argument371 bool operator!=(const ExtValue &EV) const { in operator !=() argument378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;427 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);543 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()[all …]
11057 if (const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V)) { in requiresUniformRegister() local11059 dyn_cast<IntrinsicInst>(ExtValue->getOperand(0))) { in requiresUniformRegister()11065 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in requiresUniformRegister()
8386 SDValue ExtValue = Op->getOperand(0); in isSplatZeroExtended() local8391 if (Op->getOperand(i) == ExtValue) { in isSplatZeroExtended()8403 if (Op->getOperand(i) != ExtValue) in isSplatZeroExtended()8413 return ExtValue; in isSplatZeroExtended()