Home
last modified time | relevance | path

Searched refs:NewChain (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp559 SmallVector<ChainElem, 1> NewChain; in splitChainByMayAliasInstrs() local
560 NewChain.push_back(*ChainBegin); in splitChainByMayAliasInstrs()
562 if (isSafeToMove<IsLoad>(ChainIt->Inst, NewChain.front().Inst, in splitChainByMayAliasInstrs()
567 NewChain.push_back(*ChainIt); in splitChainByMayAliasInstrs()
572 if (NewChain.size() > 1) { in splitChainByMayAliasInstrs()
575 dumpChain(NewChain); in splitChainByMayAliasInstrs()
577 Chains.push_back(std::move(NewChain)); in splitChainByMayAliasInstrs()
581 NewChain = SmallVector<ChainElem, 1>({*ChainIt}); in splitChainByMayAliasInstrs()
584 if (NewChain.size() > 1) { in splitChainByMayAliasInstrs()
587 dumpChain(NewChain); in splitChainByMayAliasInstrs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp271 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in tryBRIND() local
273 if (!NewChain.getNode()) in tryBRIND()
275 Chain = NewChain; in tryBRIND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2047 SDValue Value, NewChain; in SplitVecRes_LOAD()
2048 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
2050 ReplaceValueWith(SDValue(LD, 1), NewChain); in SplitVecRes_LOAD()
4132 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in SplitVecOp_VSETCC()
4134 ReplaceValueWith(SDValue(N, 1), NewChain); in SplitVecOp_VSETCC()
4173 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in SplitVecOp_FP_ROUND()
4175 ReplaceValueWith(SDValue(N, 1), NewChain); in SplitVecOp_FP_ROUND()
4959 SDValue NewChain; in WidenVecRes_StrictFP()
4961 NewChain = Chains[0]; in WidenVecRes_StrictFP()
4963 NewChain in WidenVecRes_StrictFP()
2043 SDValue Value, NewChain; SplitVecRes_LOAD() local
4128 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, SplitVecOp_VSETCC() local
4169 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, SplitVecOp_FP_ROUND() local
4955 SDValue NewChain; WidenVecRes_StrictFP() local
5197 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OpChains); WidenVecRes_Convert_StrictFP() local
5662 SDValue Value, NewChain; WidenVecRes_LOAD() local
5709 SDValue NewChain; WidenVecRes_LOAD() local
6337 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); WidenVecRes_STRICT_FSETCC() local
6669 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); WidenVecOp_Convert() local
7161 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); WidenVecOp_STRICT_FSETCC() local
[all...]
H A DLegalizeVectorOps.cpp2004 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); in UnrollStrictFPOp() local
2007 Results.push_back(NewChain); in UnrollStrictFPOp()
H A DDAGCombiner.cpp13112 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in CombineExtLoad() local
13116 AddToWorklist(NewChain.getNode()); in CombineExtLoad()
13125 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
20341 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts() local
20352 NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
20366 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
20378 AddToWorklist(NewChain.getNode()); in mergeStoresOfConstantsOrVecElts()
28628 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores() local
28632 SDValue BetterChain = FindBetterChain(S, NewChain); in parallelizeChainedStores()
28640 SDValue BetterChain = FindBetterChain(St, NewChain); in parallelizeChainedStores()
[all …]
H A DTargetLowering.cpp9702 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains); in scalarizeVectorLoad() local
9705 return std::make_pair(Value, NewChain); in scalarizeVectorLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h121 SDNode *glueCopyToOp(SDNode *N, SDValue NewChain, SDValue Glue) const;
H A DR600ISelLowering.cpp1126 SDValue NewChain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, Chain); in LowerSTORE() local
1129 NewChain, DL, Value, Ptr, StoreNode->getPointerInfo(), MemVT, in LowerSTORE()
H A DAMDGPUISelDAGToDAG.cpp390 SDNode *AMDGPUDAGToDAGISel::glueCopyToOp(SDNode *N, SDValue NewChain, in glueCopyToOp() argument
393 Ops.push_back(NewChain); // Replace the chain. in glueCopyToOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3217 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock() local
3218 if (NewChain != &Chain && NewChain != PredChain) in maybeTailDuplicateBlock()
3219 NewChain->UnscheduledPredecessors++; in maybeTailDuplicateBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3251 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in LowerUnalignedLoad() local
3253 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2417 SDValue NewChain = SDValue(Intr.getNode(), 1); in emitIntrinsicWithCCAndChain() local
2418 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithCCAndChain()
3305 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in getVectorCmp() local
3306 SDValue Ops[2] = { Res, NewChain }; in getVectorCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp814 SDValue NewChain = in moveBelowOrigChain() local
817 Ops.push_back(NewChain); in moveBelowOrigChain()
H A DX86ISelLowering.cpp31716 SDValue NewChain = emitLockedStackOp(DAG, Subtarget, Chain, DL); in lowerAtomicArith() local
31720 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith()
31723 SDValue NewChain = DAG.getNode(ISD::MEMBARRIER, DL, MVT::Other, Chain); in lowerAtomicArith() local
31727 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp6000 SDValue NewChain = NewLoad.getValue(NumElts); in PerformLOADCombine() local
6008 NewChain}, in PerformLOADCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16824 if (SDValue NewChain = PerformExtractFpToIntStores(St, DCI.DAG)) in PerformSTORECombine() local
16825 return NewChain; in PerformSTORECombine()
17872 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingToWideningLoad() local
17873 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingToWideningLoad()
18768 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingMVEEXTToWideningLoad() local
18769 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingMVEEXTToWideningLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8741 SDValue NewChain = changeStreamingMode( in LowerCall() local
8744 Chain = NewChain.getValue(0); in LowerCall()
8745 InGlue = NewChain.getValue(1); in LowerCall()