Home
last modified time | relevance | path

Searched refs:getAtomic (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h696 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
701 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
709 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
713 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDValue Chain,
720 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT,
725 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, EVT VT,
732 SDValue getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTList,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4192 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
4223 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
4247 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Cmp, Swp, MMO, in getAtomic()
4251 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
4264 return getAtomic(Opcode, dl, MemVT, VTs, Ops, 4, MMO, Ordering, SynchScope); in getAtomic()
4267 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
4294 return getAtomic(Opcode, dl, MemVT, Chain, Ptr, Val, MMO, in getAtomic()
4298 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
4323 return getAtomic(Opcode, dl, MemVT, VTs, Ops, 3, MMO, Ordering, SynchScope); in getAtomic()
4326 SDValue SelectionDAG::getAtomic(unsigned Opcode, SDLoc dl, EVT MemVT, in getAtomic() function in SelectionDAG
[all …]
DLegalizeIntegerTypes.cpp169 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0()
182 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1()
196 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic2()
864 return DAG.getAtomic(N->getOpcode(), SDLoc(N), N->getMemoryVT(), in PromoteIntOp_ATOMIC_STORE()
2446 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, in ExpandIntRes_ATOMIC_LOAD()
2871 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandIntOp_ATOMIC_STORE()
DSelectionDAGBuilder.cpp3556 DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, in visitAtomicCmpXchg()
3604 DAG.getAtomic(NT, dl, in visitAtomicRMW()
3647 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain, in visitAtomicLoad()
3682 DAG.getAtomic(ISD::ATOMIC_STORE, dl, VT, in visitAtomicStore()
DLegalizeDAG.cpp2865 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, in ExpandNode()
2878 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in ExpandNode()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp13284 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl, in LowerLOAD_SUB()
13306 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, in LowerATOMIC_STORE()
13495 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, in ReplaceATOMIC_LOAD()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp6060 DAG.getAtomic(Node->getOpcode(), dl, MVT::i64, Tys, Ops.data(), Ops.size(), in ReplaceATOMIC_OP_64()