Home
last modified time | relevance | path

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

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