Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
Show First 20 Lines • Show All 562 Lines • ▼ Show 20 Lines | private: | ||||
SDValue LowerFP_EXTEND(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerFP_EXTEND(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerFP_ROUND(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerFP_ROUND(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerVectorAND(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerVectorAND(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerVectorOR(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerVectorOR(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerFSINCOS(SDValue Op, SelectionDAG &DAG) const; | SDValue LowerFSINCOS(SDValue Op, SelectionDAG &DAG) const; | ||||
SDValue LowerVECREDUCE(SDValue Op, SelectionDAG &DAG) const; | |||||
SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG, | SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG, | ||||
std::vector<SDNode *> *Created) const override; | std::vector<SDNode *> *Created) const override; | ||||
SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, | SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, | ||||
int &ExtraSteps, bool &UseOneConst, | int &ExtraSteps, bool &UseOneConst, | ||||
bool Reciprocal) const override; | bool Reciprocal) const override; | ||||
SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, | SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled, | ||||
int &ExtraSteps) const override; | int &ExtraSteps) const override; | ||||
▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines |