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 599 // OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
602 ATOMIC_FENCE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 58 case ISD::ATOMIC_FENCE: return "AtomicFence";
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 750 // FIXME: There are instructions available for ATOMIC_FENCE
753 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 148 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
750 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 173 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 681 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
695 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 486 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
    [all...]

Completed in 35 milliseconds