Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h231 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1088 SDValue VETargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in VETargetLowering
1864 return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h362 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp457 return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
2622 SDValue LoongArchTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h727 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp4998 SDValue SystemZTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in SystemZTargetLowering
7073 return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h588 SDValue lowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1350 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
2744 SDValue MipsTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE() function in MipsTargetLowering