Home
last modified time | relevance | path

Searched refs:OutChain (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4176 SDValue OutChain = Gather.getValue(1); in visitMaskedGather() local
4178 PendingLoads.push_back(OutChain); in visitMaskedGather()
4198 SDValue OutChain = L.getValue(2); in visitAtomicCmpXchg() local
4201 DAG.setRoot(OutChain); in visitAtomicCmpXchg()
4235 SDValue OutChain = L.getValue(1); in visitAtomicRMW() local
4238 DAG.setRoot(OutChain); in visitAtomicRMW()
4282 SDValue OutChain = L.getValue(1); in visitAtomicLoad() local
4285 DAG.setRoot(OutChain); in visitAtomicLoad()
4303 SDValue OutChain = in visitAtomicStore() local
4311 DAG.setRoot(OutChain); in visitAtomicStore()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2763 SDValue OutChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in LowerF128Load() local
2764 SDValue Ops[2] = {SDValue(InFP128,0), OutChain}; in LowerF128Load()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3423 SDValue OutChain = isThumb ? SDValue(Ld, 2) : SDValue(Ld, 1); in Select() local
3450 ReplaceUses(SDValue(N, 2), OutChain); in Select()