Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp618 struct OpRef { struct
619 OpRef(SDValue V) : OpV(V) {} in OpRef() function
622 static OpRef res(int N) { return OpRef(Whole | (N & Index)); } in res() argument
623 static OpRef fail() { return OpRef(Invalid); } in fail() argument
625 static OpRef lo(const OpRef &R) { in lo() argument
627 return OpRef(R.OpN & (Undef | Index | LoHalf)); in lo()
629 static OpRef hi(const OpRef &R) { in hi() argument
631 return OpRef(R.OpN & (Undef | Index | HiHalf)); in hi()
633 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() argument
659 OpRef(unsigned N) : OpN(N) {} in OpRef() argument
[all …]