Searched refs:KeyAMX (Results 1 – 1 of 1) sorted by relevance
101 bool getKeyAMXShapes(IntrinsicInst *KeyAMX, SmallVector<Value *, 8> &Shapes);108 IntrinsicInst *KeyAMX);216 IntrinsicInst *KeyAMX) { in checkVolatileModel() argument220 if (!KeyAMX) in checkVolatileModel()225 for (Value *Op : KeyAMX->operands()) { in checkVolatileModel()233 return Loads.empty() && (ST == cast<Value>(KeyAMX)); in checkVolatileModel()236 bool X86PreAMXConfig::getKeyAMXShapes(IntrinsicInst *KeyAMX, in getKeyAMXShapes() argument238 for (unsigned I = 0; I < KeyAMX->getNumOperands(); I++) { in getKeyAMXShapes()239 Value *Op = KeyAMX->getOperand(I); in getKeyAMXShapes()248 if (!isTileStore(KeyAMX)) { in getKeyAMXShapes()[all …]