Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.h81 int checkSoftClauseHazards(MachineInstr *SMEM);
H A DGCNHazardRecognizer.cpp621 int GCNHazardRecognizer::checkSoftClauseHazards(MachineInstr *MEM) { in checkSoftClauseHazards() function in GCNHazardRecognizer
672 WaitStatesNeeded = checkSoftClauseHazards(SMRD); in checkSMRDHazards()
721 int WaitStatesNeeded = checkSoftClauseHazards(VMEM); in checkVMEMHazards()