Home | History | Annotate | Download | only in radeon

Lines Matching defs:IsIndirect

46               IsIndirect(true), SpecialID(0) {}
53 bool IsIndirect;
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) {
173 if (IsIndirect(V2, Visited)) {
192 P.IsIndirect = IsIndirect(P.Val, Visited);
240 Propagate(I->PtrVal, I->Val->getName(), I->IsIndirect);
245 void R600KernelParameters::Propagate(Value* V, const Twine& Name, bool IsIndirect) {
251 if (IsIndirect) {
306 Propagate(V2, Name, IsIndirect);
323 if (P.IsIndirect) {