Searched refs:OutChain (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4598 SDValue OutChain = L.getValue(2); in visitAtomicCmpXchg() local 4601 DAG.setRoot(OutChain); in visitAtomicCmpXchg() 4642 SDValue OutChain = L.getValue(1); in visitAtomicRMW() local 4645 DAG.setRoot(OutChain); in visitAtomicRMW() 4693 SDValue OutChain = L.getValue(1); in visitAtomicLoad() local 4695 DAG.setRoot(OutChain); in visitAtomicLoad() 4697 PendingLoads.push_back(OutChain); in visitAtomicLoad() 4704 SDValue OutChain = L.getValue(1); in visitAtomicLoad() local 4709 DAG.setRoot(OutChain); in visitAtomicLoad() 4750 DAG.setRoot(OutChain); in visitAtomicStore() [all …]
|
| H A D | LegalizeDAG.cpp | 4633 SDValue OutChain = DAG.getTokenFactor(dl, TmpChains); in PromoteNode() local 4636 {OutChain, Tmp1, Tmp2, Node->getOperand(3)}, in PromoteNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1300 SDValue OutChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains); in lowerLoadF128() local 1301 SDValue Ops[2] = {SDValue(InFP128, 0), OutChain}; in lowerLoadF128()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2772 SDValue OutChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in LowerF128Load() local 2773 SDValue Ops[2] = {SDValue(InFP128,0), OutChain}; in LowerF128Load()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 4792 SDValue OutChain = isThumb ? SDValue(Ld, 2) : SDValue(Ld, 1); in Select() local 4819 ReplaceUses(SDValue(N, 2), OutChain); in Select()
|