Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1318 ATOMIC_LOAD_FMIN, enumerator
H A DSelectionDAGNodes.h1470 case ISD::ATOMIC_LOAD_FMIN:
1556 N->getOpcode() == ISD::ATOMIC_LOAD_FMIN ||
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp100 case ISD::ATOMIC_LOAD_FMIN: return "AtomicLoadFMin"; in getOperationName()
H A DSelectionDAGBuilder.cpp5103 case AtomicRMWInst::FMin: NT = ISD::ATOMIC_LOAD_FMIN; break; in visitAtomicRMW()
H A DSelectionDAG.cpp8687 Opcode == ISD::ATOMIC_LOAD_FMIN || in getAtomic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td747 def atomic_load_fmin : SDNode<"ISD::ATOMIC_LOAD_FMIN", SDTFPAtomic2,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp948 ISD::ATOMIC_LOAD_FMIN, in SITargetLowering()
9303 Opcode = ISD::ATOMIC_LOAD_FMIN; in LowerINTRINSIC_W_CHAIN()