Searched refs:ExtValue (Results 1 – 2 of 2) sorted by relevance
361 struct ExtValue : public ExtRoot { struct364 ExtValue(const MachineOperand &Op);365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() function366 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() function367 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>;428 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()[all …]
987 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local988 if (!ExtValue) in isAlwaysUniform()991 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()1001 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()1011 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()