Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h216 SDValue handleByteShortBufferStores(SelectionDAG &DAG, EVT VDataType,
DSIISelLowering.cpp6968 return handleByteShortBufferStores(DAG, VDataType, DL, Ops, M); in LowerINTRINSIC_VOID()
7012 return handleByteShortBufferStores(DAG, VDataVT, DL, Ops, M); in LowerINTRINSIC_VOID()
7059 return handleByteShortBufferStores(DAG, VDataType, DL, Ops, M); in LowerINTRINSIC_VOID()
7238 SDValue SITargetLowering::handleByteShortBufferStores(SelectionDAG &DAG, in handleByteShortBufferStores() function in SITargetLowering