Searched refs:LowerMEMBARRIER (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h112 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
H A DHexagonISelLowering.cpp997 SDValue HexagonTargetLowering::LowerMEMBARRIER(SDValue Op, function in class:HexagonTargetLowering
1476 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h147 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp807 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
2006 MipsTargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h827 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp11040 SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{ function in class:X86TargetLowering
11268 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2384 static SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG, function
5224 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);

Completed in 153 milliseconds