Searched refs:ExtValue (Results 1 – 2 of 2) sorted by relevance
361 struct ExtValue : public ExtRoot { struct365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument754 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue766 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()1278 ExtValue EV(ED); in assignInits()1298 ExtValue EV(ED); in assignInits()1397 ExtValue BestV(ER, Best); in assignInits()1534 const ExtValue &EV = ExtI.first; in insertInitializer()1853 const ExtValue &DefV = ExtI.first; in replaceInstr()1857 ExtValue EV(ED); in replaceInstr()[all …]
990 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local991 if (!ExtValue) in isAlwaysUniform()994 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()1004 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()1014 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()