Searched refs:ATOMIC_SWAP (Results 1 – 18 of 18) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 678 ATOMIC_SWAP, enumerator
|
D | SelectionDAGNodes.h | 1139 N->getOpcode() == ISD::ATOMIC_SWAP || 1256 N->getOpcode() == ISD::ATOMIC_SWAP ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 60 case ISD::ATOMIC_SWAP: return "AtomicSwap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 138 case ISD::ATOMIC_SWAP: in PromoteIntegerResult() 1274 case ISD::ATOMIC_SWAP: in ExpandIntegerResult() 2913 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
|
D | LegalizeDAG.cpp | 2913 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode() 2926 case ISD::ATOMIC_SWAP: in ExpandNode()
|
D | SelectionDAG.cpp | 524 case ISD::ATOMIC_SWAP: in AddNodeIDCustom() 4613 Opcode == ISD::ATOMIC_SWAP || in getAtomic()
|
D | SelectionDAGBuilder.cpp | 3735 case AtomicRMWInst::Xchg: NT = ISD::ATOMIC_SWAP; break; in visitAtomicRMW()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 135 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in Mips16TargetLowering()
|
D | MipsInstrInfo.td | 1013 // Atomic instructions with 2 source operands (ATOMIC_SWAP & ATOMIC_LOAD_*).
|
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.cpp | 228 setTargetDAGCombine(ISD::ATOMIC_SWAP); in SITargetLowering() 1742 case ISD::ATOMIC_SWAP: in PerformDAGCombine()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 686 OP_TO_LIBCALL(ISD::ATOMIC_SWAP, SYNC_LOCK_TEST_AND_SET) in getATOMIC()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1490 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Legal); in SparcTargetLowering() 1503 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Legal); in SparcTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 194 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Custom); in SystemZTargetLowering() 2734 case ISD::ATOMIC_SWAP: in LowerOperation()
|
D | SystemZInstrFormats.td | 1494 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 454 def atomic_swap : SDNode<"ISD::ATOMIC_SWAP", SDTAtomic2,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1678 multiclass ATOMIC_SWAP<bits<8> opc8, bits<8> opc, string mnemonic, string frag, 1712 defm XCHG : ATOMIC_SWAP<0x86, 0x87, "xchg", "atomic_swap", IIC_XCHG_MEM>;
|
D | X86ISelLowering.cpp | 17087 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in LowerATOMIC_STORE() 17443 case ISD::ATOMIC_SWAP: in ReplaceNodeResults()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 797 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in ARMTargetLowering()
|