Searched refs:OrrOpc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3522 const unsigned OrrOpc = (VT == MVT::i32) ? AArch64::ORRWrs : AArch64::ORRXrs; in tryOrrWithShift() local 3541 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3557 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3576 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3598 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift()
|