Searched refs:X86LowerTileCopy (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp1 //===-- X86LowerTileCopy.cpp - Expand Tile Copy Instructions---------------===//
41 class X86LowerTileCopy : public MachineFunctionPass { class in namespace:__anon2756
45 X86LowerTileCopy() : MachineFunctionPass(ID) {} function in class:__anon2756::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 {
69 return new X86LowerTileCopy();
72 bool X86LowerTileCopy::runOnMachineFunction(MachineFunction &MF) {
/netbsd-current/external/apache2/llvm/lib/libLLVMX86CodeGen/
H A DMakefile45 X86LowerTileCopy.cpp \

Completed in 120 milliseconds