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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h592 // OUTCHAIN = MEMBARRIER(INCHAIN, load-load, load-store, store-load,
598 MEMBARRIER, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h86 MEMBARRIER
H A DXCoreISelLowering.cpp67 case XCoreISD::MEMBARRIER : return "XCoreISD::MEMBARRIER";
963 return DAG.getNode(XCoreISD::MEMBARRIER, DL, MVT::Other, Op.getOperand(0));
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h150 MEMBARRIER,
H A DSystemZISelLowering.cpp3179 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
3180 return DAG.getNode(SystemZISD::MEMBARRIER, DL, MVT::Other, Op.getOperand(0));
4632 OPCODE(MEMBARRIER);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.h92 MEMBARRIER, // Memory barrier (DMB) enumerator in enum:llvm::ARMISD::NodeType
H A DARMISelLowering.cpp622 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
636 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
862 case ARMISD::MEMBARRIER: return "ARMISD::MEMBARRIER";
2282 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2298 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
2312 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2317 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
4949 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h310 MEMBARRIER, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp465 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
10185 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
10239 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
10240 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
10389 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
10755 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
H A DX86GenFastISel.inc1117 // FastEmit functions for X86ISD::MEMBARRIER.
1427 case X86ISD::MEMBARRIER: return FastEmit_X86ISD_MEMBARRIER_r(VT, RetVT, Op0, Op0IsKill);
H A DX86GenDAGISel.inc[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h516 MEMBARRIER,
H A DX86ISelLowering.cpp20663 // FIXME: we could just insert an X86ISD::MEMBARRIER here, except we are at
20717 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
20718 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
22269 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelLowering.cpp102 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp238 case MBlaze::MEMBARRIER:
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcISelLowering.cpp753 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp195 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
678 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp176 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1111 case ISD::MEMBARRIER: return visitMEMBARRIER(N);
7145 if (fence.getOpcode() != ISD::MEMBARRIER)
H A DLegalizeIntegerTypes.cpp768 case ISD::MEMBARRIER: Res = PromoteIntOp_MEMBARRIER(N); break;
H A DLegalizeDAG.cpp3001 case ISD::MEMBARRIER: {
H A DSelectionDAG.cpp5874 case ISD::MEMBARRIER: return "MemBarrier";

Completed in 570 milliseconds