Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1316 ATOMIC_LOAD_FSUB, enumerator
HDSelectionDAGNodes.h1468 case ISD::ATOMIC_LOAD_FSUB:
1554 N->getOpcode() == ISD::ATOMIC_LOAD_FSUB ||
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td743 def atomic_load_fsub : SDNode<"ISD::ATOMIC_LOAD_FSUB" , SDTFPAtomic2,
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp5101 case AtomicRMWInst::FSub: NT = ISD::ATOMIC_LOAD_FSUB; break; in visitAtomicRMW()
HDSelectionDAG.cpp8685 Opcode == ISD::ATOMIC_LOAD_FSUB || in getAtomic()