Home
last modified time | relevance | path

Searched refs:getTheMips64Target (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/TargetInfo/
DMipsTargetInfo.cpp21 Target &llvm::getTheMips64Target() { in getTheMips64Target() function in llvm
41 A(getTheMips64Target(), "mips64", "MIPS (64-bit big endian)", "Mips"); in LLVMInitializeMipsTargetInfo()
DMipsTargetInfo.h18 Target &getTheMips64Target();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp171 &getTheMips64Target(), &getTheMips64elTarget()}) { in LLVMInitializeMipsTargetMC()
207 for (Target *T : {&getTheMipsTarget(), &getTheMips64Target()}) in LLVMInitializeMipsTargetMC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp52 RegisterTargetMachine<MipsebTargetMachine> A(getTheMips64Target()); in LLVMInitializeMipsTarget()
DMipsAsmPrinter.cpp1312 RegisterAsmPrinter<MipsAsmPrinter> A(getTheMips64Target()); in LLVMInitializeMipsAsmPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp572 TargetRegistry::RegisterMCDisassembler(getTheMips64Target(), in LLVMInitializeMipsDisassembler()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp8651 RegisterMCAsmParser<MipsAsmParser> A(getTheMips64Target()); in LLVMInitializeMipsAsmParser()