OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterMCInstrAnalysis
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCTargetDesc.cpp
123
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createBPFInstrAnalysis);
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCTargetDesc.cpp
162
TargetRegistry::
RegisterMCInstrAnalysis
(getTheLanaiTarget(),
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCTargetDesc.cpp
153
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createAMDGPUMCInstrAnalysis);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp
194
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createMipsMCInstrAnalysis);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCTargetDesc.cpp
152
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createRISCVInstrAnalysis);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h
773
///
RegisterMCInstrAnalysis
- Register a MCInstrAnalysis implementation for
775
static void
RegisterMCInstrAnalysis
(Target &T,
1091
///
RegisterMCInstrAnalysis
- Helper template for registering a target
1097
///
RegisterMCInstrAnalysis
<FooMCInstrAnalysis> X(TheFooTarget);
1099
template <class MCInstrAnalysisImpl> struct
RegisterMCInstrAnalysis
{
1100
RegisterMCInstrAnalysis
(Target &T) {
1101
TargetRegistry::
RegisterMCInstrAnalysis
(T, &Allocator);
1120
TargetRegistry::
RegisterMCInstrAnalysis
(T, Fn);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp
390
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createAArch64InstrAnalysis);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp
492
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createARMMCInstrAnalysis);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp
618
TargetRegistry::
RegisterMCInstrAnalysis
(getTheHexagonTarget(),
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
583
TargetRegistry::
RegisterMCInstrAnalysis
(*T, createX86MCInstrAnalysis);
Completed in 20 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026