Searched refs:X86TileConfig (Results 1 – 5 of 5) sorted by relevance
43 struct X86TileConfig : public MachineFunctionPass { struct45 X86TileConfig() : MachineFunctionPass(ID) {} in X86TileConfig() argument71 char X86TileConfig::ID = 0;73 INITIALIZE_PASS_BEGIN(X86TileConfig, DEBUG_TYPE, "Tile Register Configure",76 INITIALIZE_PASS_END(X86TileConfig, DEBUG_TYPE, "Tile Register Configure", false, in INITIALIZE_PASS_DEPENDENCY()79 bool X86TileConfig::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY()201 FunctionPass *llvm::createX86TileConfigPass() { return new X86TileConfig(); } in createX86TileConfigPass()
41 X86TileConfig.cpp
20 X86TileConfig.cpp \
139 "X86TileConfig.cpp",
6825 llvm/lib/Target/X86/X86TileConfig.cpp