Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h382 SDValue PromoteIntOp_STORE(StoreSDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1510 case ISD::STORE: Res = PromoteIntOp_STORE(cast<StoreSDNode>(N), in PromoteIntegerOperand()
1821 SDValue DAGTypeLegalizer::PromoteIntOp_STORE(StoreSDNode *N, unsigned OpNo){ in PromoteIntOp_STORE() function in DAGTypeLegalizer