HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_SWAP (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 630 /// Val, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amt)
633 ATOMIC_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 60 case ISD::ATOMIC_SWAP: return "AtomicSwap";
LegalizeIntegerTypes.cpp 135 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 447 case ISD::ATOMIC_SWAP:
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 59 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 537 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
    [all...]

Completed in 186 milliseconds