Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_UINC_WRAP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1319 ATOMIC_LOAD_UINC_WRAP, enumerator
H A DSelectionDAGNodes.h1471 case ISD::ATOMIC_LOAD_UINC_WRAP:
1557 N->getOpcode() == ISD::ATOMIC_LOAD_UINC_WRAP ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp102 case ISD::ATOMIC_LOAD_UINC_WRAP: in getOperationName()
H A DSelectionDAGBuilder.cpp5105 NT = ISD::ATOMIC_LOAD_UINC_WRAP; in visitAtomicRMW()
H A DSelectionDAG.cpp8688 Opcode == ISD::ATOMIC_LOAD_UINC_WRAP || in getAtomic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td749 def atomic_load_uinc_wrap : SDNode<"ISD::ATOMIC_LOAD_UINC_WRAP", SDTAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp950 ISD::ATOMIC_LOAD_UINC_WRAP, in SITargetLowering()