Home
last modified time | relevance | path

Searched refs:KeyAMX (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp110 IntrinsicInst *KeyAMX);
212 if (!KeyAMX) in checkVolatileModel()
217 for (Value *Op : KeyAMX->operands()) { in checkVolatileModel()
231 Value *Op = KeyAMX->getOperand(I); in getKeyAMXShapes()
240 if (!isTileStore(KeyAMX)) { in getKeyAMXShapes()
241 Shapes.push_back(KeyAMX->getOperand(0)); in getKeyAMXShapes()
242 Shapes.push_back(KeyAMX->getOperand(1)); in getKeyAMXShapes()
261 IntrinsicInst *KeyAMX = nullptr; in getShapesAndConfigPosEnd() local
282 KeyAMX = II; in getShapesAndConfigPosEnd()
288 if (!KeyAMX) in getShapesAndConfigPosEnd()
[all …]