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 592 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
598 MEMBARRIER,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 92 MEMBARRIER, // Memory barrier (DMB)
ARMISelLowering.cpp 622 // membarrier needs custom lowering; the rest are legal and handled
624 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
638 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 303 MEMBARRIER,
    [all...]
X86ISelLowering.cpp 465 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 102 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 238 case MBlaze::MEMBARRIER:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 753 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 195 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
678 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 176 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 768 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
    [all...]
SelectionDAG.cpp     [all...]

Completed in 3113 milliseconds