Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp42 class X86InsertPrefetch : public MachineFunctionPass { class
57 X86InsertPrefetch(const std::string &PrefetchHintsFilename);
99 char X86InsertPrefetch::ID = 0;
101 X86InsertPrefetch::X86InsertPrefetch(const std::string &PrefetchHintsFilename) in X86InsertPrefetch() function in X86InsertPrefetch
107 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo()
157 bool X86InsertPrefetch::doInitialization(Module &M) { in doInitialization()
175 void X86InsertPrefetch::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
180 bool X86InsertPrefetch::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
253 return new X86InsertPrefetch(PrefetchHintsFile); in createX86InsertPrefetchPass()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1233 SRCS_MIN+= Target/X86/X86InsertPrefetch.cpp