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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp145 MachineInstr *KeyMI = nullptr; local
150 KeyMI = &*II;
155 assert(KeyMI && "Key AMX Should be found before!");
162 KeyMI = &*II;
165 assert(KeyMI && "There must be an AMX instruction.");
166 return KeyMI;
172 MachineInstr *KeyMI = getKeyAMXInstr(CfgMI); local
175 for (MachineOperand &MO : KeyMI->operands()) {

Completed in 160 milliseconds