Searched refs:ExtValue (Results 1 – 2 of 2) sorted by relevance
359 struct ExtValue : public ExtRoot { struct363 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() argument752 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) { in ExtValue() function in HCE::ExtValue764 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()1276 ExtValue EV(ED); in assignInits()1296 ExtValue EV(ED); in assignInits()1395 ExtValue BestV(ER, Best); in assignInits()1532 const ExtValue &EV = ExtI.first; in insertInitializer()1851 const ExtValue &DefV = ExtI.first; in replaceInstr()1855 ExtValue EV(ED); in replaceInstr()[all …]
1015 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local1016 if (!ExtValue) in isAlwaysUniform()1019 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()1029 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()1039 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()