Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp54 AMDGPU::DepCtr::decodeFieldVaVdst(MI.getOperand(0).getImm()) == 0) in instructionWaitsForVALU()
H A DGCNHazardRecognizer.cpp1549 AMDGPU::DepCtr::decodeFieldVaVdst(I.getOperand(0).getImm()) == 0)) in fixVALUPartialForwardingHazard()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1119 unsigned decodeFieldVaVdst(unsigned Encoded);
H A DAMDGPUBaseInfo.cpp1666 unsigned decodeFieldVaVdst(unsigned Encoded) { in decodeFieldVaVdst() function