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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 605 /// OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
611 MEMBARRIER,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 63 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
Mips16ISelLowering.cpp 56 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 97 MEMBARRIER, // Memory barrier (DMB)
ARMISelLowering.cpp 720 // membarrier needs custom lowering; the rest are legal and handled
722 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 57 case ISD::MEMBARRIER: return "MemBarrier";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 345 MEMBARRIER,
    [all...]
X86ISelLowering.cpp 511 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 242 case MBlaze::MEMBARRIER:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 754 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]

Completed in 108 milliseconds