Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1121 static unsigned getDSShaderTypeValue(const MachineFunction &MF);
H A DAMDGPUInstructionSelector.cpp1290 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic()
H A DSIInstrInfo.cpp7901 unsigned SIInstrInfo::getDSShaderTypeValue(const MachineFunction &MF) { in getDSShaderTypeValue() function in SIInstrInfo
H A DSIISelLowering.cpp6908 SIInstrInfo::getDSShaderTypeValue(DAG.getMachineFunction()); in LowerINTRINSIC_W_CHAIN()