Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h189 SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const;
DXCoreISelLowering.cpp229 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op, DAG); in LowerOperation()
1003 LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) const { in LowerATOMIC_STORE() function in XCoreTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19641 static SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) { in LowerATOMIC_STORE() function
20061 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG); in LowerOperation()