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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h168 FieldChainInfo(FieldChain::Factory &F, FieldChain NewChain) argument
170 Chain = NewChain;
342 FieldChainInfo NewChain = *this; local
343 NewChain.Chain = ChainFactory.add(FN, Chain);
344 return NewChain;
349 FieldChainInfo NewChain(ChainFactory, Chain.getTail());
350 return NewChain.add(FN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp256 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, local
258 if (!NewChain.getNode())
260 Chain = NewChain;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp971 ArrayRef<Instruction *> NewChain = getVectorizablePrefix(Chain); local
972 if (NewChain.empty()) {
977 if (NewChain.size() == 1) {
979 InstructionsProcessed->insert(NewChain.front());
984 Chain = NewChain;
1122 ArrayRef<Instruction *> NewChain = getVectorizablePrefix(Chain); local
1123 if (NewChain.empty()) {
1128 if (NewChain.size() == 1) {
1130 InstructionsProcessed->insert(NewChain.front());
1135 Chain = NewChain;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp453 OperatorChain NewChain; local
456 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
460 NewChain = BO->getOpcode() == Instruction::Or ? OC_OpChainOr :
464 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
468 NewChain = OC_OpChainMixed;
476 if (NewChain != OC_OpChainMixed) {
478 ParentChain = NewChain;
489 ParentChain = NewChain;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2647 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, local
2649 ReplaceValueWith(SDValue(N, 1), NewChain); local
3161 SDValue NewChain; local
3163 NewChain = Chains[0];
3165 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
3166 ReplaceValueWith(SDValue(N, 1), NewChain); local
3337 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OpChains); local
3338 ReplaceValueWith(SDValue(N, 1), NewChain); local
3702 SDValue NewChain; local
3704 NewChain
3710 ReplaceValueWith(SDValue(N, 1), NewChain); local
4162 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); local
4163 ReplaceValueWith(SDValue(N, 1), NewChain); local
4385 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); local
4386 ReplaceValueWith(SDValue(N, 1), NewChain); local
4675 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); local
4676 ReplaceValueWith(SDValue(N, 1), NewChain); local
[all...]
H A DLegalizeVectorOps.cpp712 SDValue NewChain; local
826 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
829 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG);
832 return std::make_pair(Value, NewChain);
1537 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); local
1540 Results.push_back(NewChain);
H A DDAGCombiner.cpp9332 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); local
9336 AddToWorklist(NewChain.getNode());
9345 CombineTo(N0.getNode(), Trunc, NewChain);
15490 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); local
15495 NewStore = DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(),
15507 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(),
15517 AddToWorklist(NewChain.getNode());
21151 SDValue NewChain = STChain->getChain();
21155 SDValue BetterChain = FindBetterChain(S, NewChain);
21163 SDValue BetterChain = FindBetterChain(St, NewChain);
[all...]
H A DSelectionDAG.cpp8770 SDValue NewChain = SDValue(NewMemOp.getNode(), 1);
8771 if (OldChain == NewChain || !OldLoad->hasAnyUseOfValue(1))
8772 return NewChain;
8775 getNode(ISD::TokenFactor, SDLoc(OldLoad), MVT::Other, OldChain, NewChain);
8777 UpdateNodeOperands(TokenFactor.getNode(), OldChain, NewChain);
H A DTargetLowering.cpp6597 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains);
6600 return std::make_pair(Value, NewChain);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3031 BlockChain *NewChain = BlockToChain[NewSucc]; local
3032 if (NewChain != &Chain && NewChain != PredChain)
3033 NewChain->UnscheduledPredecessors++;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp196 SDNode *glueCopyToOp(SDNode *N, SDValue NewChain, SDValue Glue) const;
607 SDNode *AMDGPUDAGToDAGISel::glueCopyToOp(SDNode *N, SDValue NewChain, argument
610 Ops.push_back(NewChain); // Replace the chain.
H A DR600ISelLowering.cpp1251 SDValue NewChain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, Chain); local
1254 NewChain, DL, Value, Ptr, StoreNode->getPointerInfo(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1943 SDValue NewChain = SDValue(Intr.getNode(), 1); local
1944 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain);
2761 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
2762 SDValue Ops[2] = { Res, NewChain };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2793 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, local
2795 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp743 SDValue NewChain = local
746 Ops.push_back(NewChain);
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14085 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, local
14088 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); local

Completed in 591 milliseconds