Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_CLR (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h875 ATOMIC_LOAD_CLR, enumerator
DSelectionDAGNodes.h1404 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
1461 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp90 case ISD::ATOMIC_LOAD_CLR: return "AtomicLoadClr"; in getOperationName()
DLegalizeIntegerTypes.cpp174 case ISD::ATOMIC_LOAD_CLR: in PromoteIntegerResult()
1839 case ISD::ATOMIC_LOAD_CLR: in ExpandIntegerResult()
DSelectionDAG.cpp610 case ISD::ATOMIC_LOAD_CLR: in AddNodeIDCustom()
6622 Opcode == ISD::ATOMIC_LOAD_CLR || in getAtomic()
DLegalizeDAG.cpp3898 case ISD::ATOMIC_LOAD_CLR: in ConvertNodeToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td594 def atomic_load_clr : SDNode<"ISD::ATOMIC_LOAD_CLR" , SDTAtomic2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8605 return DAG.getAtomic(ISD::ATOMIC_LOAD_CLR, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_AND()