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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.h139 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp678 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG);
1684 SDValue MipsTargetLowering::LowerMEMBARRIER(SDValue Op, function in class:MipsTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h853 SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp10160 SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{ function in class:X86TargetLowering
10389 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp2274 static SDValue LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG, function
4949 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);

Completed in 207 milliseconds