Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1315 ATOMIC_LOAD_FADD, enumerator
H A DSelectionDAGNodes.h1467 case ISD::ATOMIC_LOAD_FADD:
1553 N->getOpcode() == ISD::ATOMIC_LOAD_FADD ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp99 case ISD::ATOMIC_LOAD_FADD: return "AtomicLoadFAdd"; in getOperationName()
H A DSelectionDAGBuilder.cpp5100 case AtomicRMWInst::FAdd: NT = ISD::ATOMIC_LOAD_FADD; break; in visitAtomicRMW()
H A DSelectionDAG.cpp8684 Opcode == ISD::ATOMIC_LOAD_FADD || in getAtomic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td741 def atomic_load_fadd : SDNode<"ISD::ATOMIC_LOAD_FADD" , SDTFPAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp947 ISD::ATOMIC_LOAD_FADD, in SITargetLowering()