Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp109 IntrinsicInst *KeyAMX);
221 if (!KeyAMX) in checkVolatileModel()
226 for (Value *Op : KeyAMX->operands()) { in checkVolatileModel()
240 Value *Op = KeyAMX->getOperand(I); in getKeyAMXShapes()
249 if (!isTileStore(KeyAMX)) { in getKeyAMXShapes()
250 Shapes.push_back(KeyAMX->getOperand(0)); in getKeyAMXShapes()
251 Shapes.push_back(KeyAMX->getOperand(1)); in getKeyAMXShapes()
270 IntrinsicInst *KeyAMX = nullptr; in getShapesAndConfigPosEnd() local
291 KeyAMX = II; in getShapesAndConfigPosEnd()
297 if (!KeyAMX) in getShapesAndConfigPosEnd()
[all …]