|
LLVM 22.0.0git
|
This file implements methods from the X86CustomBehaviour class. More...
#include "X86CustomBehaviour.h"#include "MCTargetDesc/X86BaseInfo.h"#include "TargetInfo/X86TargetInfo.h"#include "llvm-c/Visibility.h"#include "llvm/MC/TargetRegistry.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::mca |
Functions | |
| static InstrPostProcess * | createX86InstrPostProcess (const MCSubtargetInfo &STI, const MCInstrInfo &MCII) |
| LLVM_C_ABI void | LLVMInitializeX86TargetMCA () |
| Extern function to initialize the targets for the X86 backend. | |
This file implements methods from the X86CustomBehaviour class.
Definition in file X86CustomBehaviour.cpp.
|
static |
Definition at line 70 of file X86CustomBehaviour.cpp.
Referenced by LLVMInitializeX86TargetMCA().
| LLVM_C_ABI void LLVMInitializeX86TargetMCA | ( | ) |
Extern function to initialize the targets for the X86 backend.
Definition at line 77 of file X86CustomBehaviour.cpp.
References createX86InstrPostProcess(), llvm::getTheX86_32Target(), llvm::getTheX86_64Target(), LLVM_C_ABI, and llvm::TargetRegistry::RegisterInstrPostProcess().