Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DSMEInstrFormats.td13 def imm_to_tile8 : ComplexPattern<i64, 1, "ImmToTile<AArch64::ZAB0>", []>;
14 def imm_to_tile16 : ComplexPattern<i64, 1, "ImmToTile<AArch64::ZAH0>", []>;
15 def imm_to_tile32 : ComplexPattern<i64, 1, "ImmToTile<AArch64::ZAS0>", []>;
16 def imm_to_tile64 : ComplexPattern<i64, 1, "ImmToTile<AArch64::ZAD0>", []>;
17 def imm_to_tile128 : ComplexPattern<i64, 1, "ImmToTile<AArch64::ZAQ0>", []>;
H A DAArch64ISelDAGToDAG.cpp292 template <unsigned BaseReg> bool ImmToTile(SDValue N, SDValue &Imm) { in ImmToTile() function in __anon90e2f5bf0111::AArch64DAGToDAGISel