Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
H A DCMakeLists.txt57 X86InsertPrefetch.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMX86CodeGen/
H A DMakefile30 X86InsertPrefetch.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn101 "X86InsertPrefetch.cpp",