Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_FSUB (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1152 ATOMIC_LOAD_FSUB, enumerator
DSelectionDAGNodes.h1389 case ISD::ATOMIC_LOAD_FSUB:
1448 N->getOpcode() == ISD::ATOMIC_LOAD_FSUB ||
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td642 def atomic_load_fsub : SDNode<"ISD::ATOMIC_LOAD_FSUB" , SDTFPAtomic2,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7168 Opcode == ISD::ATOMIC_LOAD_FSUB || in getAtomic()
DSelectionDAGBuilder.cpp4621 case AtomicRMWInst::FSub: NT = ISD::ATOMIC_LOAD_FSUB; break; in visitAtomicRMW()