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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 36 static MCInstrInfo *createPPCMCInstrInfo() {
123 TargetRegistry::RegisterMCInstrInfo(ThePPC32Target, createPPCMCInstrInfo);
124 TargetRegistry::RegisterMCInstrInfo(ThePPC64Target, createPPCMCInstrInfo);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 47 static MCInstrInfo *createPPCMCInstrInfo() {
239 TargetRegistry::RegisterMCInstrInfo(*T, createPPCMCInstrInfo);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 55 static MCInstrInfo *createPPCMCInstrInfo() {
252 TargetRegistry::RegisterMCInstrInfo(*T, createPPCMCInstrInfo);

Completed in 109 milliseconds