Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9184 EVT IntStoreVT = StoreVT.changeTypeToInteger(); in handleD16VData() local
9185 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData); in handleD16VData()
9198 EVT IntStoreVT = StoreVT.changeTypeToInteger(); in handleD16VData() local
9199 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData); in handleD16VData()
9232 EVT IntStoreVT = in handleD16VData() local
9234 SDValue IntVData = DAG.getNode(ISD::BITCAST, DL, IntStoreVT, VData); in handleD16VData()