Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp41 class X86LowerTileCopy : public MachineFunctionPass { class
45 X86LowerTileCopy() : MachineFunctionPass(ID) {} in X86LowerTileCopy() function in __anon30e552ea0111::X86LowerTileCopy
56 char X86LowerTileCopy::ID = 0;
58 INITIALIZE_PASS_BEGIN(X86LowerTileCopy, "lowertilecopy", "Tile Copy Lowering",
60 INITIALIZE_PASS_END(X86LowerTileCopy, "lowertilecopy", "Tile Copy Lowering",
63 void X86LowerTileCopy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
69 return new X86LowerTileCopy(); in createX86LowerTileCopyPass()
72 bool X86LowerTileCopy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt37 X86LowerTileCopy.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMX86CodeGen/
H A DMakefile16 X86LowerTileCopy.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn119 "X86LowerTileCopy.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6818 llvm/lib/Target/X86/X86LowerTileCopy.cpp