Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp102 bool findConfigShapes(PosAndShapesMap &PosAndShapes);
309 bool X86PreAMXConfig::findConfigShapes(PosAndShapesMap &PosAndShapes) { in findConfigShapes() argument
320 I = getShapesAndConfigPosEnd(I, PosAndShapes[&*I]); in findConfigShapes()
358 PosAndShapesMap PosAndShapes; in preTileConfig() local
359 bool NeedCfg = findConfigShapes(PosAndShapes); in preTileConfig()
362 for (auto &IPAndShapes : PosAndShapes) in preTileConfig()