Home
last modified time | relevance | path

Searched refs:getDSShaderTypeValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1176 static unsigned getDSShaderTypeValue(const MachineFunction &MF);
H A DAMDGPUInstructionSelector.cpp1344 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic()
H A DSIInstrInfo.cpp8233 unsigned SIInstrInfo::getDSShaderTypeValue(const MachineFunction &MF) { in getDSShaderTypeValue() function in SIInstrInfo
H A DSIISelLowering.cpp7238 SIInstrInfo::getDSShaderTypeValue(DAG.getMachineFunction()); in LowerINTRINSIC_W_CHAIN()