Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp27 RegisterTargetMachine<CSKYTargetMachine> X(getTheCSKYTarget()); in LLVMInitializeCSKYTarget()
48 CSKYTargetMachine::CSKYTargetMachine(const Target &T, const Triple &TT, in CSKYTargetMachine() function in CSKYTargetMachine
62 CSKYTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
92 CSKYPassConfig(CSKYTargetMachine &TM, PassManagerBase &PM) in CSKYPassConfig()
95 CSKYTargetMachine &getCSKYTargetMachine() const { in getCSKYTargetMachine()
96 return getTM<CSKYTargetMachine>(); in getCSKYTargetMachine()
106 TargetPassConfig *CSKYTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
H A DCSKY.h21 class CSKYTargetMachine; variable
25 FunctionPass *createCSKYISelDag(CSKYTargetMachine &TM);
H A DCSKYTargetMachine.h22 class CSKYTargetMachine : public LLVMTargetMachine {
27 CSKYTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
H A DCMakeLists.txt30 CSKYTargetMachine.cpp
H A DCSKYAsmPrinter.cpp252 const CSKYTargetMachine &CTM = static_cast<const CSKYTargetMachine &>(TM); in emitAttributes()
H A DCSKYISelDAGToDAG.cpp30 explicit CSKYDAGToDAGISel(CSKYTargetMachine &TM) : SelectionDAGISel(TM) {} in CSKYDAGToDAGISel()
397 FunctionPass *llvm::createCSKYISelDag(CSKYTargetMachine &TM) { in createCSKYISelDag()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6461 llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
6462 llvm/lib/Target/CSKY/CSKYTargetMachine.h