Searched refs:ATOMIC_FENCE (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h646 /// OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
649 ATOMIC_FENCE, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp57 case ISD::ATOMIC_FENCE: return "AtomicFence";
H A DLegalizeDAG.cpp2880 case ISD::ATOMIC_FENCE: {
H A DSelectionDAGBuilder.cpp3774 DAG.setRoot(DAG.getNode(ISD::ATOMIC_FENCE, dl, MVT::Other, Ops));
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp133 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
H A DMipsSEISelLowering.cpp138 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
H A DMipsISelLowering.cpp852 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp162 // As we are always Sequential Consistent, an ATOMIC_FENCE becomes a no OP.
164 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
231 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1687 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
2403 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp777 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
779 // ATOMIC_FENCE needs custom lowering; the others should have been expanded
781 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
791 // for ATOMIC_FENCE.
792 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other,
2731 "Unexpected ISD::ATOMIC_FENCE encountered. Should be libcall!");
6282 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG, Subtarget);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1495 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp462 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
17183 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, Subtarget, DAG);

Completed in 211 milliseconds