Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DCMakeLists.txt61 X86InsertPrefetch.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn104 "X86InsertPrefetch.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6822 llvm/lib/Target/X86/X86InsertPrefetch.cpp