Searched refs:SelectCntImm (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 286 def sve_cnt_mul_imm_i32 : ComplexPattern<i32, 1, "SelectCntImm<1, 16, 1, false>">; 287 def sve_cnt_mul_imm_i64 : ComplexPattern<i64, 1, "SelectCntImm<1, 16, 1, false>">; 288 def sve_cnt_shl_imm : ComplexPattern<i64, 1, "SelectCntImm<1, 16, 1, true>">;
|
| H A D | AArch64ISelDAGToDAG.cpp | 283 bool SelectCntImm(SDValue N, SDValue &Imm) { in SelectCntImm() function in __anonb7f441660111::AArch64DAGToDAGISel
|