Lines Matching refs:IsIndirect
46 IsIndirect(true), SpecialID(0) {} in Param()
53 bool IsIndirect; member
73 bool IsIndirect(Value *Val, std::set<Value*> &Visited);
75 void Propagate(Value *V, const Twine &Name, bool IsIndirect = true);
139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) { in IsIndirect() function in __anon79b3bf7e0111::R600KernelParameters
173 if (IsIndirect(V2, Visited)) { in IsIndirect()
192 P.IsIndirect = IsIndirect(P.Val, Visited); in AddParam()
240 Propagate(I->PtrVal, I->Val->getName(), I->IsIndirect); in Propagate()
245 void R600KernelParameters::Propagate(Value* V, const Twine& Name, bool IsIndirect) { in Propagate() argument
251 if (IsIndirect) { in Propagate()
306 Propagate(V2, Name, IsIndirect); in Propagate()
323 if (P.IsIndirect) { in ConstantRead()