Home
last modified time | relevance | path

Searched refs:getTheCSKYTarget (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/TargetInfo/
H A DCSKYTargetInfo.cpp13 Target &llvm::getTheCSKYTarget() { in getTheCSKYTarget() function in llvm
19 RegisterTarget<Triple::csky> X(getTheCSKYTarget(), "csky", "C-SKY", "CSKY"); in LLVMInitializeCSKYTargetInfo()
H A DCSKYTargetInfo.h16 Target &getTheCSKYTarget();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp22 RegisterTargetMachine<CSKYTargetMachine> X(getTheCSKYTarget()); in LLVMInitializeCSKYTarget()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCTargetDesc.cpp76 auto &CSKYTarget = getTheCSKYTarget(); in LLVMInitializeCSKYTargetMC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp651 RegisterMCAsmParser<CSKYAsmParser> X(getTheCSKYTarget()); in LLVMInitializeCSKYAsmParser()