Home
last modified time | relevance | path

Searched refs:gwsIntrinToOpcode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2383 static unsigned gwsIntrinToOpcode(unsigned IntrID) { in gwsIntrinToOpcode() function
2456 const unsigned Opc = gwsIntrinToOpcode(IntrID); in SelectDS_GWS()
H A DAMDGPUInstructionSelector.cpp1377 static unsigned gwsIntrinToOpcode(unsigned IntrID) { in gwsIntrinToOpcode() function
1469 auto MIB = BuildMI(*MBB, &MI, DL, TII.get(gwsIntrinToOpcode(IID))); in selectDSGWSIntrinsic()