Searched refs:MEMBARRIER (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h600 /// OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
606 MEMBARRIER, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h97 MEMBARRIER, // Memory barrier (DMB) enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp682 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
696 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
933 case ARMISD::MEMBARRIER: return "ARMISD::MEMBARRIER";
2392 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2408 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
2422 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2427 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
5224 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp57 case ISD::MEMBARRIER: return "MemBarrier";
H A DLegalizeDAG.cpp2598 case ISD::MEMBARRIER: {
H A DLegalizeIntegerTypes.cpp770 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
H A DDAGCombiner.cpp1159 case ISD::MEMBARRIER: return visitMEMBARRIER(N);
8343 if (fence.getOpcode() != ISD::MEMBARRIER)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h324 MEMBARRIER, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp490 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
11065 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
11119 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
11120 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
11268 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
11654 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1356 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
1476 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp240 case MBlaze::MEMBARRIER:
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp757 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp163 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
807 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp174 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);

Completed in 351 milliseconds