reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 5569     Ops.push_back(VData); // vdata
 5572       Ops.push_back(Addr);
 5574     Ops.push_back(VAddr);
 5576   Ops.push_back(Op.getOperand(AddrIdx + NumVAddrs)); // rsrc
 5578     Ops.push_back(Op.getOperand(AddrIdx + NumVAddrs + 1)); // sampler
 5579   Ops.push_back(DAG.getTargetConstant(DMask, DL, MVT::i32));
 5581     Ops.push_back(DAG.getTargetConstant(DimInfo->Encoding, DL, MVT::i32));
 5582   Ops.push_back(Unorm);
 5584     Ops.push_back(DLC);
 5585   Ops.push_back(GLC);
 5586   Ops.push_back(SLC);
 5587   Ops.push_back(IsA16 &&  // a16 or r128
 5589   Ops.push_back(TFE); // tfe
 5590   Ops.push_back(LWE); // lwe
 5592     Ops.push_back(DimInfo->DA ? True : False);
 5594     Ops.push_back(IsD16 ? True : False);
 5596     Ops.push_back(Op.getOperand(0)); // chain
 5617   MachineSDNode *NewNode = DAG.getMachineNode(Opcode, DL, ResultTypes, Ops);