Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h384 SDValue PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N);
H A DLegalizeIntegerTypes.cpp1920 Res = PromoteIntOp_ATOMIC_STORE(cast<AtomicSDNode>(N)); in PromoteIntegerOperand()
2133 SDValue DAGTypeLegalizer::PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N) { in PromoteIntOp_ATOMIC_STORE() function in DAGTypeLegalizer