LLVM 20.0.0git
|
This file implements methods from the X86CustomBehaviour class. More...
#include "X86CustomBehaviour.h"
#include "TargetInfo/X86TargetInfo.h"
#include "MCTargetDesc/X86BaseInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/WithColor.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_EXTERNAL_VISIBILITY 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 52 of file X86CustomBehaviour.cpp.
Referenced by LLVMInitializeX86TargetMCA().
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeX86TargetMCA | ( | ) |
Extern function to initialize the targets for the X86 backend.
Definition at line 59 of file X86CustomBehaviour.cpp.
References createX86InstrPostProcess(), llvm::getTheX86_32Target(), llvm::getTheX86_64Target(), and llvm::TargetRegistry::RegisterInstrPostProcess().