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

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h116 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
H A DHexagonISelLowering.cpp971 SDValue HexagonTargetLowering::LowerMEMBARRIER(SDValue Op, function in class:HexagonTargetLowering
1353 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h136 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp749 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
1945 MipsTargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h783 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp10598 SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{ function in class:X86TargetLowering
10826 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2363 static SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG, function
5150 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);

Completed in 153 milliseconds