Searched refs:ImmToTile (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SMEInstrFormats.td | 13 def imm_to_tile8 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAB0>", []>; 14 def imm_to_tile16 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAH0>", []>; 15 def imm_to_tile32 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAS0>", []>; 16 def imm_to_tile64 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAD0>", []>; 17 def imm_to_tile128 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAQ0>", []>;
|
| H A D | AArch64ISelDAGToDAG.cpp | 319 template <unsigned BaseReg> bool ImmToTile(SDValue N, SDValue &Imm) { in ImmToTile() function in __anonb7f441660111::AArch64DAGToDAGISel
|