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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp1 //===-- X86FastTileConfig.cpp - Fast Tile Register Configure---------------===//
40 class X86FastTileConfig : public MachineFunctionPass { class in namespace:__anon2720
52 X86FastTileConfig() : MachineFunctionPass(ID) {} function in class:__anon2720::X86FastTileConfig
92 char X86FastTileConfig::ID = 0;
94 INITIALIZE_PASS_BEGIN(X86FastTileConfig, DEBUG_TYPE,
96 INITIALIZE_PASS_END(X86FastTileConfig, DEBUG_TYPE,
124 bool X86FastTileConfig::isTileLoad(MachineInstr &MI) {
127 bool X86FastTileConfig::isTileStore(MachineInstr &MI) {
130 bool X86FastTileConfig::isAMXInstr(MachineInstr &MI) {
142 MachineInstr *X86FastTileConfig
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMX86CodeGen/
H A DMakefile21 X86FastTileConfig.cpp \

Completed in 128 milliseconds