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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 591 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
597 MEMBARRIER,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 96 MEMBARRIER, // Memory barrier (DMB)
ARMISelLowering.cpp 678 // membarrier needs custom lowering; the rest are legal and handled
680 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
694 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 57 case ISD::MEMBARRIER: return "MemBarrier";
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 774 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 313 MEMBARRIER,
    [all...]
X86ISelLowering.cpp 485 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 240 case MBlaze::MEMBARRIER:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 752 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 147 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
749 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 172 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]

Completed in 466 milliseconds