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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 617 // Val, OUTCHAIN = ATOMIC_SWAP(INCHAIN, ptr, amt)
620 ATOMIC_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 66 case ISD::ATOMIC_SWAP: return "AtomicSwap";
LegalizeIntegerTypes.cpp 152 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 465 case ISD::ATOMIC_SWAP:
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 86 case ISD::ATOMIC_SWAP: return "AtomicSwap";
    [all...]
LegalizeIntegerTypes.cpp 158 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 134 case ISD::ATOMIC_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 425 case ISD::ATOMIC_SWAP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 424 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 243 setTargetDAGCombine(ISD::ATOMIC_SWAP);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 740 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp 133 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 204 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom);
    [all...]

Completed in 642 milliseconds

1 2