Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:getArgOperand

160     Value *Coord = I.getArgOperand(0);
161 Value *ResourceId = I.getArgOperand(1);
162 Value *SamplerId = I.getArgOperand(2);
165 cast<ConstantInt>(I.getArgOperand(3))->getZExtValue();
184 Value *Coord = I.getArgOperand(0);
185 Value *ResourceId = I.getArgOperand(4);
186 Value *SamplerId = I.getArgOperand(5);
189 cast<ConstantInt>(I.getArgOperand(6))->getZExtValue();
194 I.getArgOperand(1),
195 I.getArgOperand(2),
196 I.getArgOperand(3),