Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h569 bool getMUBUFTfe(unsigned Opc);
H A DAMDGPUBaseInfo.cpp530 bool getMUBUFTfe(unsigned Opc) { in getMUBUFTfe() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16214 } else if (TII->isMUBUF(MI) && AMDGPU::getMUBUFTfe(MI.getOpcode())) { in AddMemOpInit()