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.h368 SDValue ExpandIntOp_ATOMIC_STORE(SDNode *N);
DLegalizeIntegerTypes.cpp2537 case ISD::ATOMIC_STORE: Res = ExpandIntOp_ATOMIC_STORE(N); break; in ExpandIntegerOperand()
2911 SDValue DAGTypeLegalizer::ExpandIntOp_ATOMIC_STORE(SDNode *N) { in ExpandIntOp_ATOMIC_STORE() function in DAGTypeLegalizer