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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h591 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
597 MEMBARRIER, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h96 MEMBARRIER, // Memory barrier (DMB) enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp680 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
694 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
933 case ARMISD::MEMBARRIER: return "ARMISD::MEMBARRIER";
2371 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2387 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
2401 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2406 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
5150 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.cpp2569 case ISD::MEMBARRIER: {
H A DLegalizeIntegerTypes.cpp774 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
H A DDAGCombiner.cpp1156 case ISD::MEMBARRIER: return visitMEMBARRIER(N);
7908 if (fence.getOpcode() != ISD::MEMBARRIER)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h313 MEMBARRIER, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp485 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
10623 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
10677 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
10678 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
10826 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
11191 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1234 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
1353 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.cpp752 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp147 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
749 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp172 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);

Completed in 238 milliseconds