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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h140 SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp679 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG);
1673 SDValue MipsTargetLowering::LowerATOMIC_FENCE(SDValue Op, function in class:MipsTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h847 SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp10203 SDValue X86TargetLowering::LowerATOMIC_FENCE(SDValue Op, function in class:X86TargetLowering
10388 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op,DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2306 static SDValue LowerATOMIC_FENCE(SDValue Op, SelectionDAG &DAG, function
4952 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG, Subtarget);

Completed in 145 milliseconds