Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp41 class X86InsertPrefetch : public MachineFunctionPass { class
56 X86InsertPrefetch(const std::string &PrefetchHintsFilename);
98 char X86InsertPrefetch::ID = 0;
100 X86InsertPrefetch::X86InsertPrefetch(const std::string &PrefetchHintsFilename) in X86InsertPrefetch() function in X86InsertPrefetch
106 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo()
156 bool X86InsertPrefetch::doInitialization(Module &M) { in doInitialization()
174 void X86InsertPrefetch::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
179 bool X86InsertPrefetch::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
252 return new X86InsertPrefetch(PrefetchHintsFile); in createX86InsertPrefetchPass()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1413 SRCS_MIN+= Target/X86/X86InsertPrefetch.cpp