Searched refs:LowerATOMIC_FENCE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h186 SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp221 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
931 LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const { function in class:XCoreTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h223 SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const;
H A DHexagonISelLowering.cpp1213 HexagonTargetLowering::LowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const { function in class:HexagonTargetLowering
3161 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4015 static SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG, function
9858 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG, Subtarget);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 421 milliseconds