Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h63 int checkSoftClauseHazards(MachineInstr *SMEM);
DGCNHazardRecognizer.cpp310 int GCNHazardRecognizer::checkSoftClauseHazards(MachineInstr *MEM) { in checkSoftClauseHazards() function in GCNHazardRecognizer
362 WaitStatesNeeded = checkSoftClauseHazards(SMRD); in checkSMRDHazards()
405 int WaitStatesNeeded = checkSoftClauseHazards(VMEM); in checkVMEMHazards()