Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h388 SDValue ExpandIntOp_ATOMIC_STORE(SDNode *N);
DLegalizeIntegerTypes.cpp2680 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
3115 SDValue DAGTypeLegalizer::ExpandIntOp_ATOMIC_STORE(SDNode *N) { in ExpandIntOp_ATOMIC_STORE() function in DAGTypeLegalizer