Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h168 FieldChainInfo(FieldChain::Factory &F, FieldChain NewChain) in FieldChainInfo() argument
170 Chain = NewChain; in FieldChainInfo()
342 FieldChainInfo NewChain = *this; in add() local
343 NewChain.Chain = ChainFactory.add(FN, Chain); in add()
344 return NewChain; in add()
349 FieldChainInfo NewChain(ChainFactory, Chain.getTail()); in replaceHead()
350 return NewChain.add(FN); in replaceHead()
/freebsd-14.2/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()
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()
584 if (NewChain.size() > 1) { in splitChainByMayAliasInstrs()
587 dumpChain(NewChain); in splitChainByMayAliasInstrs()
589 Chains.push_back(std::move(NewChain)); in splitChainByMayAliasInstrs()
839 Chain &NewChain = Ret.emplace_back(); in splitChainByAlignment() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp264 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in tryBRIND() local
266 if (!NewChain.getNode()) in tryBRIND()
268 Chain = NewChain; in tryBRIND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1902 SDValue Value, NewChain; in SplitVecRes_LOAD() local
3976 ReplaceValueWith(SDValue(N, 1), NewChain); in SplitVecOp_FP_ROUND()
4670 SDValue NewChain; in WidenVecRes_StrictFP() local
4672 NewChain = Chains[0]; in WidenVecRes_StrictFP()
4675 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_StrictFP()
4905 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_Convert_StrictFP()
5350 SDValue Value, NewChain; in WidenVecRes_LOAD() local
5397 SDValue NewChain; in WidenVecRes_LOAD() local
5399 NewChain = LdChain[0]; in WidenVecRes_LOAD()
6006 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_STRICT_FSETCC()
[all …]
H A DLegalizeVectorOps.cpp1899 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); in UnrollStrictFPOp() local
1902 Results.push_back(NewChain); in UnrollStrictFPOp()
H A DDAGCombiner.cpp12972 AddToWorklist(NewChain.getNode()); in CombineExtLoad()
12981 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
20003 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts() local
20014 NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
20028 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts()
20040 AddToWorklist(NewChain.getNode()); in mergeStoresOfConstantsOrVecElts()
28215 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores() local
28219 SDValue BetterChain = FindBetterChain(S, NewChain); in parallelizeChainedStores()
28227 SDValue BetterChain = FindBetterChain(St, NewChain); in parallelizeChainedStores()
28243 return ST->getOperand(0) != NewChain; in parallelizeChainedStores()
[all …]
H A DTargetLowering.cpp9372 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains); in scalarizeVectorLoad() local
9375 return std::make_pair(Value, NewChain); in scalarizeVectorLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h139 SDNode *glueCopyToOp(SDNode *N, SDValue NewChain, SDValue Glue) const;
H A DR600ISelLowering.cpp1128 SDValue NewChain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, Chain); in LowerSTORE() local
1131 NewChain, DL, Value, Ptr, StoreNode->getPointerInfo(), MemVT, in LowerSTORE()
H A DAMDGPUISelDAGToDAG.cpp383 SDNode *AMDGPUDAGToDAGISel::glueCopyToOp(SDNode *N, SDValue NewChain, in glueCopyToOp() argument
386 Ops.push_back(NewChain); // Replace the chain. in glueCopyToOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3163 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock() local
3164 if (NewChain != &Chain && NewChain != PredChain) in maybeTailDuplicateBlock()
3165 NewChain->UnscheduledPredecessors++; in maybeTailDuplicateBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3234 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in LowerUnalignedLoad() local
3236 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2394 SDValue NewChain = SDValue(Intr.getNode(), 1); in emitIntrinsicWithCCAndChain() local
2395 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithCCAndChain()
3282 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in getVectorCmp() local
3283 SDValue Ops[2] = { Res, NewChain }; in getVectorCmp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5645 SDValue NewChain = NewLoad.getValue(NumElts); in PerformLOADCombine() local
5653 NewChain}, in PerformLOADCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp805 SDValue NewChain = in moveBelowOrigChain() local
808 Ops.push_back(NewChain); in moveBelowOrigChain()
H A DX86ISelLowering.cpp31273 SDValue NewChain = emitLockedStackOp(DAG, Subtarget, Chain, DL); in lowerAtomicArith() local
31277 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith()
31280 SDValue NewChain = DAG.getNode(ISD::MEMBARRIER, DL, MVT::Other, Chain); in lowerAtomicArith() local
31284 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16809 if (SDValue NewChain = PerformExtractFpToIntStores(St, DCI.DAG)) in PerformSTORECombine() local
16810 return NewChain; in PerformSTORECombine()
17849 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingToWideningLoad() local
17850 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingToWideningLoad()
18745 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingMVEEXTToWideningLoad() local
18746 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingMVEEXTToWideningLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8006 SDValue NewChain = in LowerCall() local
8009 Chain = NewChain.getValue(0); in LowerCall()
8010 InGlue = NewChain.getValue(1); in LowerCall()