/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 593 /// OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope) 596 ATOMIC_FENCE, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 57 case ISD::ATOMIC_FENCE: return "AtomicFence";
|
SelectionDAGBuilder.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 133 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
|
MipsSEISelLowering.cpp | 110 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
|
MipsISelLowering.cpp | 745 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 566 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom); [all...] |