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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 613 /// OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope)
616 ATOMIC_FENCE,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 64 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
Mips16ISelLowering.cpp 57 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
MipsISelLowering.cpp     [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/AArch64/
AArch64ISelLowering.cpp 66 setTargetDAGCombine(ISD::ATOMIC_FENCE);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 752 // FIXME: There are instructions available for ATOMIC_FENCE
755 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 512 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
    [all...]

Completed in 382 milliseconds