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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 613 // Val, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap)
615 ATOMIC_CMP_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 708 /// Val, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap)
710 /// ValLo, ValHi, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmpLo, cmpHi,
713 ATOMIC_CMP_SWAP,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 309 ATOMIC_CMP_SWAP,
SIISelLowering.cpp 185 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom);
186 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom);
241 setTargetDAGCombine(ISD::ATOMIC_CMP_SWAP);
    [all...]
AMDGPUISelDAGToDAG.cpp 477 case AMDGPUISD::ATOMIC_CMP_SWAP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 473 ATOMIC_CMP_SWAP,
SIISelLowering.cpp 319 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom);
320 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom);
649 setTargetDAGCombine(ISD::ATOMIC_CMP_SWAP);
    [all...]
AMDGPUISelDAGToDAG.cpp 641 case AMDGPUISD::ATOMIC_CMP_SWAP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 313 // A wrapper around the inner loop of an ATOMIC_CMP_SWAP.
325 // Val, CC, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap)
326 ATOMIC_CMP_SWAP,
337 // Val, CC, OUTCHAIN = ATOMIC_CMP_SWAP(INCHAIN, ptr, cmp, swap)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 64 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap";
LegalizeIntegerTypes.cpp 155 case ISD::ATOMIC_CMP_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 132 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 84 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap";
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 161 case ISD::ATOMIC_CMP_SWAP:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 132 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 137 case ISD::ATOMIC_CMP_SWAP:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 425 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP)
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 741 OP_TO_LIBCALL(ISD::ATOMIC_CMP_SWAP, SYNC_VAL_COMPARE_AND_SWAP)
    [all...]

Completed in 1142 milliseconds

1 2