Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h162 SDValue lowerTrapHsaQueuePtr(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.cpp5438 return lowerTrapHsaQueuePtr(Op, DAG); in lowerTRAP()
5442 lowerTrapHsa(Op, DAG) : lowerTrapHsaQueuePtr(Op, DAG); in lowerTRAP()
5467 SDValue SITargetLowering::lowerTrapHsaQueuePtr( in lowerTrapHsaQueuePtr() function in SITargetLowering