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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp1 //===-- PPCTOCRegDeps.cpp - Add Extra TOC Register Dependencies -----------===//
86 // PPCTOCRegDeps pass - For simple functions without epilogue code, move
89 struct PPCTOCRegDeps : public MachineFunctionPass { struct in namespace:__anon4282
91 PPCTOCRegDeps() : MachineFunctionPass(ID) { function in struct:__anon4282::PPCTOCRegDeps
149 INITIALIZE_PASS(PPCTOCRegDeps, DEBUG_TYPE,
152 char PPCTOCRegDeps::ID = 0;
154 llvm::createPPCTOCRegDepsPass() { return new PPCTOCRegDeps(); }
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1252 SRCS_MIN+= Target/PowerPC/PPCTOCRegDeps.cpp

Completed in 56 milliseconds