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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 646 /// Val, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap)
648 /// ValLo, ValHi, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmpLo, cmpHi,
651 ATOMIC_CMP_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 57 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap";
LegalizeIntegerTypes.cpp 140 case ISD::ATOMIC_CMP_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 505 case ISD::ATOMIC_CMP_SWAP:
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 131 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 199 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 215 milliseconds