Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp101 bool getKeyAMXShapes(IntrinsicInst *KeyAMX, SmallVector<Value *, 8> &Shapes);
108 IntrinsicInst *KeyAMX);
216 IntrinsicInst *KeyAMX) { in checkVolatileModel() argument
220 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() argument
238 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 …]