Home
last modified time | relevance | path

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

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