LLVM
15.0.0git
|
Public Member Functions | |
HvxSelector (HexagonDAGToDAGISel &HS, SelectionDAG &G) | |
MVT | getSingleVT (MVT ElemTy) const |
MVT | getPairVT (MVT ElemTy) const |
MVT | getBoolVT () const |
void | selectShuffle (SDNode *N) |
void | selectRor (SDNode *N) |
void | selectVAlign (SDNode *N) |
Public Attributes | |
const HexagonTargetLowering & | Lower |
HexagonDAGToDAGISel & | ISel |
SelectionDAG & | DAG |
const HexagonSubtarget & | HST |
const unsigned | HwLen |
Definition at line 808 of file HexagonISelDAGToDAGHVX.cpp.
|
inline |
Definition at line 815 of file HexagonISelDAGToDAGHVX.cpp.
|
inline |
Definition at line 831 of file HexagonISelDAGToDAGHVX.cpp.
References llvm::MVT::getVectorVT(), HwLen, and llvm::MVT::i1.
Definition at line 825 of file HexagonISelDAGToDAGHVX.cpp.
References assert(), llvm::MVT::getSizeInBits(), llvm::MVT::getVectorVT(), HwLen, and llvm::MVT::i1.
Definition at line 819 of file HexagonISelDAGToDAGHVX.cpp.
References assert(), llvm::MVT::getSizeInBits(), llvm::MVT::getVectorVT(), HwLen, and llvm::MVT::i1.
void HvxSelector::selectRor | ( | SDNode * | N | ) |
Definition at line 2342 of file HexagonISelDAGToDAGHVX.cpp.
References DAG, llvm::SelectionDAG::getMachineNode(), llvm::SDValue::getNode(), llvm::HexagonSubtarget::getVectorLength(), HST, ISel, N, llvm::SelectionDAGISel::ReplaceNode(), and S.
void HvxSelector::selectShuffle | ( | SDNode * | N | ) |
Definition at line 2267 of file HexagonISelDAGToDAGHVX.cpp.
References assert(), DAG, llvm::dbgs(), DEBUG_WITH_TYPE, llvm::SDValue::getNode(), HwLen, I, llvm::MVT::i8, ISel, llvm_unreachable, llvm::BitmaskEnumDetail::Mask(), N, llvm::SelectionDAGISel::ReplaceNode(), and Results.
void HvxSelector::selectVAlign | ( | SDNode * | N | ) |
Definition at line 2366 of file HexagonISelDAGToDAGHVX.cpp.
References DAG, llvm::SelectionDAG::getMachineNode(), ISel, N, llvm::SelectionDAG::RemoveDeadNode(), and llvm::SelectionDAGISel::ReplaceNode().
SelectionDAG& llvm::HvxSelector::DAG |
Definition at line 811 of file HexagonISelDAGToDAGHVX.cpp.
Referenced by selectRor(), selectShuffle(), and selectVAlign().
const HexagonSubtarget& llvm::HvxSelector::HST |
Definition at line 812 of file HexagonISelDAGToDAGHVX.cpp.
Referenced by selectRor().
const unsigned llvm::HvxSelector::HwLen |
Definition at line 813 of file HexagonISelDAGToDAGHVX.cpp.
Referenced by getBoolVT(), getPairVT(), getSingleVT(), and selectShuffle().
HexagonDAGToDAGISel& llvm::HvxSelector::ISel |
Definition at line 810 of file HexagonISelDAGToDAGHVX.cpp.
Referenced by selectRor(), selectShuffle(), and selectVAlign().
const HexagonTargetLowering& llvm::HvxSelector::Lower |
Definition at line 809 of file HexagonISelDAGToDAGHVX.cpp.