Home
last modified time | relevance | path

Searched refs:ATOMIC_FENCE (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198286-sparc.diff71 - // FIXME: There are instructions available for ATOMIC_FENCE
73 - setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
85 + setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal);
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h600 ATOMIC_FENCE, enumerator
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp57 case ISD::ATOMIC_FENCE: return "AtomicFence"; in getOperationName()
DSelectionDAGBuilder.cpp3540 return DAG.getNode(ISD::ATOMIC_FENCE, dl, MVT::Other, Ops, 3); in InsertFenceForAtomic()
3630 DAG.setRoot(DAG.getNode(ISD::ATOMIC_FENCE, dl, MVT::Other, Ops, 3)); in visitFence()
DLegalizeDAG.cpp2844 case ISD::ATOMIC_FENCE: { in ExpandNode()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp134 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
DMipsSEISelLowering.cpp133 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in MipsSETargetLowering()
DMipsISelLowering.cpp735 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1383 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in HexagonTargetLowering()
1571 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp157 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in XCoreTargetLowering()
217 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td419 def atomic_fence : SDNode<"ISD::ATOMIC_FENCE" , SDTAtomicFence,
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1493 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal); in SparcTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp749 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in ARMTargetLowering()
772 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, in ARMTargetLowering()
6120 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG, Subtarget); in LowerOperation()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp569 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom); in resetOperationActions()
13404 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, Subtarget, DAG); in LowerOperation()