Searched refs:ExtValue (Results 1 – 3 of 3) sorted by relevance
710 ExtValue716 ExtValue835 ExtValue genLoad(const ExtValue &exv) { in genLoad()1254 ExtValue1326 ExtValue1333 ExtValue1535 ExtValue1945 ExtValue genCoordinateOp(const ExtValue &array, in genCoordinateOp()2069 ExtValue genArrayCoorOp(const ExtValue &exv, in genArrayCoorOp()2781 ExtValue readIfBoxValue(const ExtValue &exv) { in readIfBoxValue()[all …]
361 struct ExtValue : public ExtRoot { struct365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() function754 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 …]
922 const ExtractValueInst *ExtValue = dyn_cast<ExtractValueInst>(V); in isAlwaysUniform() local923 if (!ExtValue) in isAlwaysUniform()926 const CallInst *CI = dyn_cast<CallInst>(ExtValue->getOperand(0)); in isAlwaysUniform()936 ArrayRef<unsigned> Indices = ExtValue->getIndices(); in isAlwaysUniform()946 return !isInlineAsmSourceOfDivergence(CI, ExtValue->getIndices()); in isAlwaysUniform()