Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1186 static unsigned getDSShaderTypeValue(const MachineFunction &MF);
H A DAMDGPUInstructionSelector.cpp1543 unsigned ShaderType = SIInstrInfo::getDSShaderTypeValue(*MF); in selectDSOrderedIntrinsic()
H A DSIInstrInfo.cpp8482 unsigned SIInstrInfo::getDSShaderTypeValue(const MachineFunction &MF) { in getDSShaderTypeValue() function in SIInstrInfo
H A DSIISelLowering.cpp7298 SIInstrInfo::getDSShaderTypeValue(DAG.getMachineFunction()); in LowerINTRINSIC_W_CHAIN()