Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp357 TargetRegistry::RegisterCustomBehaviour(getTheR600Target(), in LLVMInitializeAMDGPUTargetMCA()
362 TargetRegistry::RegisterCustomBehaviour(getTheGCNTarget(), in LLVMInitializeAMDGPUTargetMCA()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h1103 static void RegisterCustomBehaviour(Target &T, in RegisterCustomBehaviour() function