Home
last modified time | relevance | path

Searched refs:PPCTOCRegDeps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp81 struct PPCTOCRegDeps : public MachineFunctionPass { struct
83 PPCTOCRegDeps() : MachineFunctionPass(ID) {} in PPCTOCRegDeps() function
136 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
139 char PPCTOCRegDeps::ID = 0;
141 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); } in createPPCTOCRegDepsPass()
/freebsd/lib/clang/libllvm/
H A DMakefile1653 SRCS_MIN+= Target/PowerPC/PPCTOCRegDeps.cpp