Home
last modified time | relevance | path

Searched refs:lowerATOMIC_FENCE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h521 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp3162 SDValue SystemZTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in SystemZTargetLowering
4528 return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h447 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const;
DMipsISelLowering.cpp911 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
2163 SDValue MipsTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in MipsTargetLowering