Searched refs:KeyAMX (Results 1 – 1 of 1) sorted by relevance
103 bool getKeyAMXShapes(IntrinsicInst *KeyAMX, SmallVector<Value *, 8> &Shapes);110 IntrinsicInst *KeyAMX);209 IntrinsicInst *KeyAMX) { in checkVolatileModel() argument213 if (!KeyAMX) in checkVolatileModel()218 for (Value *Op : KeyAMX->operands()) { in checkVolatileModel()226 return Loads.empty() && (ST == cast<Value>(KeyAMX)); in checkVolatileModel()229 bool X86PreAMXConfig::getKeyAMXShapes(IntrinsicInst *KeyAMX, in getKeyAMXShapes() argument231 for (unsigned I = 0; I < KeyAMX->getNumOperands(); I++) { in getKeyAMXShapes()232 Value *Op = KeyAMX->getOperand(I); in getKeyAMXShapes()241 if (!isTileStore(KeyAMX)) { in getKeyAMXShapes()[all …]