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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 712 /// Val, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amt)
715 /// ValLo, ValHi, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amtLo, amtHi)
718 ATOMIC_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 66 case ISD::ATOMIC_SWAP: return "AtomicSwap";
LegalizeIntegerTypes.cpp 147 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 490 case ISD::ATOMIC_SWAP:
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 135 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 675 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 276 setTargetDAGCombine(ISD::ATOMIC_SWAP);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 206 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 326 milliseconds