Searched defs:SplitVectorOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1179 /// SplitVectorOperand - Split the node's operand with EXTRACT_SUBVECTOR and
1181 std::pair<SDValue, SDValue> SplitVectorOperand(const SDNode *N, unsigned OpNo) function in class:llvm::SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp964 std::tie(LL, LH) = DAG.SplitVectorOperand(N, 0);
965 std::tie(RL, RH) = DAG.SplitVectorOperand(N, 1);
984 std::tie(Lo, Hi) = DAG.SplitVectorOperand(N, 0);
1173 /// SplitVectorOperand - This method is called when the specified operand of the
1177 bool DAGTypeLegalizer::SplitVectorOperand(SDNode *N, unsigned OpNo) { function in class:DAGTypeLegalizer
1191 dbgs() << "SplitVectorOperand Op #" << OpNo << ": ";

Completed in 98 milliseconds