Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h892 SDValue SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo);
H A DLegalizeVectorTypes.cpp2705 Res = SplitVecOp_STORE(cast<StoreSDNode>(N), OpNo); in SplitVectorOperand()
3351 SDValue DAGTypeLegalizer::SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo) { in SplitVecOp_STORE() function in DAGTypeLegalizer