HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_FENCE (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 600 // OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
603 ATOMIC_FENCE,
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 103 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 751 // FIXME: There are instructions available for ATOMIC_FENCE
754 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 196 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
679 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 177 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 625 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
639 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 466 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
    [all...]

Completed in 52 milliseconds