/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 727 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1102 N->getOpcode() == ISD::ATOMIC_SWAP || 1183 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 871 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1400 N->getOpcode() == ISD::ATOMIC_SWAP || 1457 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1056 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1360 N->getOpcode() == ISD::ATOMIC_SWAP || 1417 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 529 case ISD::ATOMIC_SWAP: { in getOUTLINE_ATOMIC() 575 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC() 727 setOperationAction(ISD::ATOMIC_SWAP, VT, Promote); in initActions() 728 AddPromotedToType(ISD::ATOMIC_SWAP, VT, IntVT); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 465 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC() 617 setOperationAction(ISD::ATOMIC_SWAP, VT, Promote); in initActions() 618 AddPromotedToType(ISD::ATOMIC_SWAP, VT, IntVT); in initActions()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 66 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 152 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1347 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 3208 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 132 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 133 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 125 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftenFloatResult() 2150 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in PromoteFloatResult() 2394 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, CastVT, in BitcastToInt_ATOMIC_SWAP()
|
D | LegalizeIntegerTypes.cpp | 182 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1847 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 4063 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_STORE() 4181 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
D | LegalizeDAG.cpp | 2805 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() 3894 case ISD::ATOMIC_SWAP: in ConvertNodeToLibcall() 4688 case ISD::ATOMIC_SWAP: { in PromoteNode() 4698 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, NVT, in PromoteNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 86 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 127 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftenFloatResult() 2257 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in PromoteFloatResult() 2523 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, CastVT, in BitcastToInt_ATOMIC_SWAP() 2620 case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break; in SoftPromoteHalfResult()
|
D | LegalizeDAG.cpp | 2948 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() 4053 case ISD::ATOMIC_SWAP: in ConvertNodeToLibcall() 4914 case ISD::ATOMIC_SWAP: { in PromoteNode() 4924 = DAG.getAtomic(ISD::ATOMIC_SWAP, SL, NVT, in PromoteNode()
|
D | LegalizeIntegerTypes.cpp | 191 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 2076 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 4444 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_STORE() 4562 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 1500 case ISD::ATOMIC_SWAP: in isI32Insn()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 243 setTargetDAGCombine(ISD::ATOMIC_SWAP); in SITargetLowering() 3009 case ISD::ATOMIC_SWAP: in PerformDAGCombine()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 740 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getSYNC()
|
/external/llvm-project/llvm/docs/ |
D | Atomics.rst | 597 ISelLowering code has set the corresponding ``ATOMIC_CMPXCHG``, ``ATOMIC_SWAP``,
|