Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt62 X86InsertPrefetch.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMX86CodeGen/
H A DMakefile42 X86InsertPrefetch.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn105 "X86InsertPrefetch.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6810 llvm/lib/Target/X86/X86InsertPrefetch.cpp