Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h368 SDValue PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N);
H A DLegalizeIntegerTypes.cpp1629 Res = PromoteIntOp_ATOMIC_STORE(cast<AtomicSDNode>(N)); in PromoteIntegerOperand()
1828 SDValue DAGTypeLegalizer::PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N) { in PromoteIntOp_ATOMIC_STORE() function in DAGTypeLegalizer