Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
Show All 26 Lines | |||||
#define MAX_LANES 64 | #define MAX_LANES 64 | ||||
using namespace llvm; | using namespace llvm; | ||||
SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF) | SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF) | ||||
: AMDGPUMachineFunction(MF), | : AMDGPUMachineFunction(MF), | ||||
Mode(MF.getFunction()), | Mode(MF.getFunction()), | ||||
ImagePSV(static_cast<const AMDGPUTargetMachine &>(MF.getTarget())), | |||||
GWSResourcePSV(static_cast<const AMDGPUTargetMachine &>(MF.getTarget())), | GWSResourcePSV(static_cast<const AMDGPUTargetMachine &>(MF.getTarget())), | ||||
PrivateSegmentBuffer(false), | PrivateSegmentBuffer(false), | ||||
DispatchPtr(false), | DispatchPtr(false), | ||||
QueuePtr(false), | QueuePtr(false), | ||||
KernargSegmentPtr(false), | KernargSegmentPtr(false), | ||||
DispatchID(false), | DispatchID(false), | ||||
FlatScratchInit(false), | FlatScratchInit(false), | ||||
WorkGroupIDX(false), | WorkGroupIDX(false), | ||||
▲ Show 20 Lines • Show All 693 Lines • Show Last 20 Lines |