Home
last modified time | relevance | path

Searched refs:LowerATOMIC_STORE (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h188 SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp223 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG); in LowerOperation()
968 LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const { in LowerATOMIC_STORE() function in XCoreTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29762 static SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG, in LowerATOMIC_STORE() function
30267 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG, Subtarget); in LowerOperation()