Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp44 class X86InsertPrefetch : public MachineFunctionPass { class
59 X86InsertPrefetch(const std::string &PrefetchHintsFilename);
101 char X86InsertPrefetch::ID = 0;
103 X86InsertPrefetch::X86InsertPrefetch(const std::string &PrefetchHintsFilename) in X86InsertPrefetch() function in X86InsertPrefetch
109 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo()
163 bool X86InsertPrefetch::doInitialization(Module &M) { in doInitialization()
183 void X86InsertPrefetch::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
188 bool X86InsertPrefetch::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
261 return new X86InsertPrefetch(PrefetchHintsFile); in createX86InsertPrefetchPass()
/freebsd/lib/clang/libllvm/
H A DMakefile1652 SRCS_MIN+= Target/X86/X86InsertPrefetch.cpp