Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h520 SDValue ExpandIntOp_ATOMIC_STORE(SDNode *N);
H A DLegalizeIntegerTypes.cpp5290 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
5679 SDValue DAGTypeLegalizer::ExpandIntOp_ATOMIC_STORE(SDNode *N) { in ExpandIntOp_ATOMIC_STORE() function in DAGTypeLegalizer