Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h28 void processWaitCnt(std::unique_ptr<Instruction> &Inst, const MCInst &MCI);
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h28 void processWaitCnt(std::unique_ptr<Instruction> &Inst, const MCInst &MCI);
H A DAMDGPUCustomBehaviour.cpp39 return processWaitCnt(Inst, MCI); in postProcessInstruction()
45 void AMDGPUInstrPostProcess::processWaitCnt(std::unique_ptr<Instruction> &Inst, in processWaitCnt() function in llvm::mca::AMDGPUInstrPostProcess