Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h963 bool isTensorStore(unsigned Opc);
H A DAMDGPUBaseInfo.cpp709 bool isTensorStore(unsigned Opc) { in isTensorStore() function
720 (isAsyncStore(Opc) || isTensorStore(Opc) || !TID.mayLoad())) in getTemporalHintType()