Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1316 ATOMIC_LOAD_FSUB, enumerator
H A DSelectionDAGNodes.h1468 case ISD::ATOMIC_LOAD_FSUB:
1554 N->getOpcode() == ISD::ATOMIC_LOAD_FSUB ||
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td743 def atomic_load_fsub : SDNode<"ISD::ATOMIC_LOAD_FSUB" , SDTFPAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5101 case AtomicRMWInst::FSub: NT = ISD::ATOMIC_LOAD_FSUB; break; in visitAtomicRMW()
H A DSelectionDAG.cpp8685 Opcode == ISD::ATOMIC_LOAD_FSUB || in getAtomic()