Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp103 bool getKeyAMXShapes(IntrinsicInst *KeyAMX, SmallVector<Value *, 8> &Shapes);
110 IntrinsicInst *KeyAMX);
209 IntrinsicInst *KeyAMX) { in checkVolatileModel() argument
213 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() argument
231 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 …]