Searched refs:X86TileConfig (Results 1 – 4 of 4) sorted by relevance
43 struct X86TileConfig : public MachineFunctionPass { struct45 X86TileConfig() : MachineFunctionPass(ID) {} in X86TileConfig() function71 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
137 "X86TileConfig.cpp",
6837 llvm/lib/Target/X86/X86TileConfig.cpp