Searched refs:OutChain (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1347 SDValue OutChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains); in lowerLoadF128() local 1348 SDValue Ops[2] = {SDValue(InFP128, 0), OutChain}; in lowerLoadF128() 1388 SDValue OutChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains); in lowerLoadI1() local 1389 SDValue Ops[2] = {SDValue(VM, 0), OutChain}; in lowerLoadI1() 1409 SDValue OutChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains); in lowerLoadI1() local 1410 SDValue Ops[2] = {SDValue(VM, 0), OutChain}; in lowerLoadI1()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5152 SDValue OutChain = L.getValue(2); in visitAtomicCmpXchg() local 5155 DAG.setRoot(OutChain); in visitAtomicCmpXchg() 5216 SDValue OutChain = L.getValue(1); in visitAtomicRMW() local 5219 DAG.setRoot(OutChain); in visitAtomicRMW() 5264 SDValue OutChain = L.getValue(1); in visitAtomicLoad() local 5269 DAG.setRoot(OutChain); in visitAtomicLoad() 5300 SDValue OutChain = in visitAtomicStore() local 5303 setValue(&I, OutChain); in visitAtomicStore() 5304 DAG.setRoot(OutChain); in visitAtomicStore() 8308 SDValue OutChain = Result.getValue(1); in visitConstrainedFPIntrinsic() local [all …]
|
| H A D | LegalizeDAG.cpp | 5611 SDValue OutChain = DAG.getTokenFactor(dl, TmpChains); in PromoteNode() local 5614 {OutChain, Tmp1, Tmp2, Node->getOperand(3)}, in PromoteNode()
|
| H A D | SelectionDAG.cpp | 2635 SDValue OutChain = LoadResult.getValue(1); in expandMultipleResultFPLibCall() local 2639 ReplaceAllUsesOfValueWith(SDValue(ST, 0), OutChain); in expandMultipleResultFPLibCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2955 SDValue OutChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains); in LowerF128Load() local 2956 SDValue Ops[2] = {SDValue(InFP128,0), OutChain}; in LowerF128Load()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 4765 SDValue OutChain = isThumb ? SDValue(Ld, 2) : SDValue(Ld, 1); in Select() local 4792 ReplaceUses(SDValue(N, 2), OutChain); in Select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 4102 SDValue OutChain = SDValue(MRRS, 1); in tryReadRegister() local 4106 ReplaceUses(SDValue(N, 2), OutChain); in tryReadRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12755 SDValue OutChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in lowerVectorStrictFSetcc() local 12760 return DAG.getMergeValues({Tmp1, OutChain}, DL); in lowerVectorStrictFSetcc()
|