Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.cpp60 TargetRegistry::RegisterInstrPostProcess(getTheX86_32Target(), in LLVMInitializeX86TargetMCA()
62 TargetRegistry::RegisterInstrPostProcess(getTheX86_64Target(), in LLVMInitializeX86TargetMCA()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp357 TargetRegistry::RegisterInstrPostProcess(getTheR600Target(), in LLVMInitializeAMDGPUTargetMCA()
362 TargetRegistry::RegisterInstrPostProcess(getTheGCNTarget(), in LLVMInitializeAMDGPUTargetMCA()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h991 static void RegisterInstrPostProcess(Target &T, in RegisterInstrPostProcess() function