Searched defs:SDValue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp141 SDValue ExtraOper = SDValue()) {
142 SmallVector<SDValue, 8> Ops(N->op_begin(), N->op_end());
163 static bool AddGlue(SDNode *N, SDValue Glue, bool AddGlue, SelectionDAG *DAG) {
269 SDValue InGlue = SDValue(nullptr, 0);
271 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
280 InGlue = SDValue(Load, Load->getNumValues() - 1);
333 for (const SDValue &Op : NI->op_values())
363 SDValue GlueVa
140 CloneNodeWithValues(SDNode *N, SelectionDAG *DAG, ArrayRef<EVT> VTs, SDValue ExtraOper = SDValue()) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h99 /// of information is represented with the SDValue value type.
101 class SDValue { class in namespace:llvm
102 friend struct DenseMapInfo<SDValue>;
107 SDValue() : Node(nullptr), ResNo(0) {} function in class:llvm::SDValue
108 SDValue(SDNode *node, unsigned resno);
121 bool operator==(const SDValue &O) const {
124 bool operator!=(const SDValue &O) const {
127 bool operator<(const SDValue &O) const {
134 SDValue getValue(unsigned R) const {
135 return SDValue(Nod
925 inline SDValue::SDValue(SDNode *node, unsigned resno) function in class:SDValue
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp736 const SDValue Op, APInt &KnownZero, APInt &KnownOne,
1176 static SDValue emitComparison(SDValue LHS, SDValue RHS, ISD::CondCode CC,
1259 static SDValue emitConditionalComparison(SDValue LHS, SDValue RHS,
1260 ISD::CondCode CC, SDValue CCOp,
1261 SDValue Condition, unsigned NZCV,
1267 SDValue SubOp
1327 emitConjunctionDisjunctionTree(SelectionDAG &DAG, SDValue Val, AArch64CC::CondCode &OutCC, bool PushNegate = false, SDValue CCOp = SDValue(), AArch64CC::CondCode Predicate = AArch64CC::AL, unsigned Depth = 0) argument
[all...]

Completed in 2275 milliseconds