Home
last modified time | relevance | path

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

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