Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h884 ATOMIC_LOAD_FSUB, enumerator
DSelectionDAGNodes.h1413 N->getOpcode() == ISD::ATOMIC_LOAD_FSUB ||
1470 N->getOpcode() == ISD::ATOMIC_LOAD_FSUB ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td612 def atomic_load_fsub : SDNode<"ISD::ATOMIC_LOAD_FSUB" , SDTFPAtomic2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6631 Opcode == ISD::ATOMIC_LOAD_FSUB || in getAtomic()
DSelectionDAGBuilder.cpp4679 case AtomicRMWInst::FSub: NT = ISD::ATOMIC_LOAD_FSUB; break; in visitAtomicRMW()