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 587 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
593 MEMBARRIER,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 87 MEMBARRIER, // Memory barrier (DMB)
ARMISelLowering.cpp 601 // membarrier needs custom lowering; the rest are legal and handled
603 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
606 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 284 MEMBARRIER,
    [all...]
X86ISelLowering.cpp 494 // We may not have a libcall for MEMBARRIER so we should lower this.
495 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 101 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 237 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 163 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
531 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...]
LegalizeIntegerTypes.cpp 721 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 39 milliseconds