Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1198 ATOMIC_LOAD_FADD, enumerator
H A DSelectionDAGNodes.h1418 case ISD::ATOMIC_LOAD_FADD:
1487 N->getOpcode() == ISD::ATOMIC_LOAD_FADD ||
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp98 case ISD::ATOMIC_LOAD_FADD: return "AtomicLoadFAdd"; in getOperationName()
H A DSelectionDAG.cpp7810 Opcode == ISD::ATOMIC_LOAD_FADD || in getAtomic()
H A DSelectionDAGBuilder.cpp4670 case AtomicRMWInst::FAdd: NT = ISD::ATOMIC_LOAD_FADD; break; in visitAtomicRMW()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp507 Opc == ISD::ATOMIC_LOAD_FADD || in Select()
H A DSIISelLowering.cpp793 ISD::ATOMIC_LOAD_FADD, in SITargetLowering()
7325 Opc = ISD::ATOMIC_LOAD_FADD; in LowerINTRINSIC_W_CHAIN()
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td662 def atomic_load_fadd : SDNode<"ISD::ATOMIC_LOAD_FADD" , SDTFPAtomic2,