Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h913 SDValue SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo);
H A DLegalizeVectorTypes.cpp2988 Res = SplitVecOp_STORE(cast<StoreSDNode>(N), OpNo); in SplitVectorOperand()
3750 SDValue DAGTypeLegalizer::SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo) { in SplitVecOp_STORE() function in DAGTypeLegalizer