Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp43 class X86InsertPrefetch : public MachineFunctionPass { class
58 X86InsertPrefetch(const std::string &PrefetchHintsFilename);
100 char X86InsertPrefetch::ID = 0;
102 X86InsertPrefetch::X86InsertPrefetch(const std::string &PrefetchHintsFilename) in X86InsertPrefetch() function in X86InsertPrefetch
108 bool X86InsertPrefetch::findPrefetchInfo(const FunctionSamples *TopSamples, in findPrefetchInfo()
162 bool X86InsertPrefetch::doInitialization(Module &M) { in doInitialization()
182 void X86InsertPrefetch::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
187 bool X86InsertPrefetch::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
260 return new X86InsertPrefetch(PrefetchHintsFile); in createX86InsertPrefetchPass()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1643 SRCS_MIN+= Target/X86/X86InsertPrefetch.cpp