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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 659 /// Val, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amt)
662 /// ValLo, ValHi, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amtLo, amtHi)
665 ATOMIC_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 59 case ISD::ATOMIC_SWAP: return "AtomicSwap";
LegalizeIntegerTypes.cpp 137 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 507 case ISD::ATOMIC_SWAP:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 188 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 217 milliseconds