Searched refs:ShapedTiles (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp59 SmallVector<MachineOperand *> &ShapedTiles);
63 SmallVector<MachineOperand *> &ShapedTiles);
75 void rewriteTileCfg(SmallVector<MachineOperand *> &ShapedTiles,
171 MachineInstr *CfgMI, SmallVector<MachineOperand *> &ShapedTiles) {
181 ShapedTiles.push_back(&MO);
183 ShapedTiles.append(DefTiles);
243 SmallVector<MachineOperand *> &ShapedTiles,
246 assert((RowCfgs.size() == ShapedTiles.size()) &&
250 for (unsigned I = 0, E = ShapedTiles.size(); I < E; I++) {
251 MachineOperand *MO = ShapedTiles[
170 getTileShapesCfg( MachineInstr *CfgMI, SmallVector<MachineOperand *> &ShapedTiles) argument
242 rewriteTileCfg( SmallVector<MachineOperand *> &ShapedTiles, std::map<unsigned, MachineInstr *> &RowCfgs, std::map<unsigned, MachineInstr *> &ColCfgs) argument
265 SmallVector<MachineOperand *> ShapedTiles; local
[all...]

Completed in 178 milliseconds