Home
last modified time | relevance | path

Searched refs:getTheMipsTarget (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/TargetInfo/
DMipsTargetInfo.cpp13 Target &llvm::getTheMipsTarget() { in getTheMipsTarget() function in llvm
33 X(getTheMipsTarget(), "mips", "MIPS (32-bit big endian)", "Mips"); in LLVMInitializeMipsTargetInfo()
DMipsTargetInfo.h16 Target &getTheMipsTarget();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/TargetInfo/
DMipsTargetInfo.cpp13 Target &llvm::getTheMipsTarget() { in getTheMipsTarget() function in llvm
33 X(getTheMipsTarget(), "mips", "MIPS (32-bit big endian)", "Mips"); in LLVMInitializeMipsTargetInfo()
DMipsTargetInfo.h16 Target &getTheMipsTarget();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp170 for (Target *T : {&getTheMipsTarget(), &getTheMipselTarget(), in LLVMInitializeMipsTargetMC()
207 for (Target *T : {&getTheMipsTarget(), &getTheMips64Target()}) in LLVMInitializeMipsTargetMC()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp170 for (Target *T : {&getTheMipsTarget(), &getTheMipselTarget(), in LLVMInitializeMipsTargetMC()
207 for (Target *T : {&getTheMipsTarget(), &getTheMips64Target()}) in LLVMInitializeMipsTargetMC()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp50 RegisterTargetMachine<MipsebTargetMachine> X(getTheMipsTarget()); in LLVMInitializeMipsTarget()
DMipsAsmPrinter.cpp1310 RegisterAsmPrinter<MipsAsmPrinter> X(getTheMipsTarget()); in LLVMInitializeMipsAsmPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp50 RegisterTargetMachine<MipsebTargetMachine> X(getTheMipsTarget()); in LLVMInitializeMipsTarget()
DMipsAsmPrinter.cpp1310 RegisterAsmPrinter<MipsAsmPrinter> X(getTheMipsTarget()); in LLVMInitializeMipsAsmPrinter()
/external/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp568 TargetRegistry::RegisterMCDisassembler(getTheMipsTarget(), in LLVMInitializeMipsDisassembler()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp568 TargetRegistry::RegisterMCDisassembler(getTheMipsTarget(), in LLVMInitializeMipsDisassembler()
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp8900 RegisterMCAsmParser<MipsAsmParser> X(getTheMipsTarget()); in LLVMInitializeMipsAsmParser()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp8649 RegisterMCAsmParser<MipsAsmParser> X(getTheMipsTarget()); in LLVMInitializeMipsAsmParser()