HomeSort by relevance Sort by last modified time
    Searched refs:RegisterMCInstrInfo (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 85 TargetRegistry::RegisterMCInstrInfo(TheNVPTXTarget32, createNVPTXMCInstrInfo);
86 TargetRegistry::RegisterMCInstrInfo(TheNVPTXTarget64, createNVPTXMCInstrInfo);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 159 TargetRegistry::RegisterMCInstrInfo(TheAArch64leTarget,
161 TargetRegistry::RegisterMCInstrInfo(TheAArch64beTarget,
163 TargetRegistry::RegisterMCInstrInfo(TheARM64leTarget,
165 TargetRegistry::RegisterMCInstrInfo(TheARM64beTarget,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 89 TargetRegistry::RegisterMCInstrInfo(TheHexagonTarget, createHexagonMCInstrInfo);
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 81 TargetRegistry::RegisterMCInstrInfo(TheMSP430Target, createMSP430MCInstrInfo);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 160 TargetRegistry::RegisterMCInstrInfo(TheMipsTarget, createMipsMCInstrInfo);
161 TargetRegistry::RegisterMCInstrInfo(TheMipselTarget, createMipsMCInstrInfo);
162 TargetRegistry::RegisterMCInstrInfo(TheMips64Target, createMipsMCInstrInfo);
163 TargetRegistry::RegisterMCInstrInfo(TheMips64elTarget,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 98 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 101 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 98 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 211 TargetRegistry::RegisterMCInstrInfo(ThePPC32Target, createPPCMCInstrInfo);
212 TargetRegistry::RegisterMCInstrInfo(ThePPC64Target, createPPCMCInstrInfo);
213 TargetRegistry::RegisterMCInstrInfo(ThePPC64LETarget,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 369 TargetRegistry::RegisterMCInstrInfo(TheARMLETarget, createARMMCInstrInfo);
370 TargetRegistry::RegisterMCInstrInfo(TheARMBETarget, createARMMCInstrInfo);
371 TargetRegistry::RegisterMCInstrInfo(TheThumbLETarget, createARMMCInstrInfo);
372 TargetRegistry::RegisterMCInstrInfo(TheThumbBETarget, createARMMCInstrInfo);
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 169 TargetRegistry::RegisterMCInstrInfo(TheSparcTarget, createSparcMCInstrInfo);
170 TargetRegistry::RegisterMCInstrInfo(TheSparcV9Target, createSparcMCInstrInfo);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 619 /// RegisterMCInstrInfo - Register a MCInstrInfo implementation for the
628 static void RegisterMCInstrInfo(Target &T, Target::MCInstrInfoCtorFnTy Fn) {
    [all...]
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 150 TargetRegistry::RegisterMCInstrInfo(TheXCoreTarget, createXCoreMCInstrInfo);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 411 TargetRegistry::RegisterMCInstrInfo(TheX86_32Target, createX86MCInstrInfo);
412 TargetRegistry::RegisterMCInstrInfo(TheX86_64Target, createX86MCInstrInfo);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 209 TargetRegistry::RegisterMCInstrInfo(TheSystemZTarget,

Completed in 1304 milliseconds