| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObject.h | 168 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-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1053 ArrayRef<Instruction *> NewChain = getVectorizablePrefix(Chain); in vectorizeStoreChain() local 1054 if (NewChain.empty()) { in vectorizeStoreChain() 1059 if (NewChain.size() == 1) { in vectorizeStoreChain() 1061 InstructionsProcessed->insert(NewChain.front()); in vectorizeStoreChain() 1066 Chain = NewChain; in vectorizeStoreChain() 1206 ArrayRef<Instruction *> NewChain = getVectorizablePrefix(Chain); in vectorizeLoadChain() local 1207 if (NewChain.empty()) { in vectorizeLoadChain() 1212 if (NewChain.size() == 1) { in vectorizeLoadChain() 1214 InstructionsProcessed->insert(NewChain.front()); in vectorizeLoadChain() 1219 Chain = NewChain; in vectorizeLoadChain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 256 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in tryBRIND() local 258 if (!NewChain.getNode()) in tryBRIND() 260 Chain = NewChain; in tryBRIND()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 466 OperatorChain NewChain; in findLIVLoopCondition() local 469 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd : in findLIVLoopCondition() 473 NewChain = BO->getOpcode() == Instruction::Or ? OC_OpChainOr : in findLIVLoopCondition() 477 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd : in findLIVLoopCondition() 481 NewChain = OC_OpChainMixed; in findLIVLoopCondition() 489 if (NewChain != OC_OpChainMixed) { in findLIVLoopCondition() 491 ParentChain = NewChain; in findLIVLoopCondition() 502 ParentChain = NewChain; in findLIVLoopCondition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1704 SDValue Value, NewChain; in SplitVecRes_LOAD() local 3464 SDValue NewChain; in WidenVecRes_StrictFP() local 3466 NewChain = Chains[0]; in WidenVecRes_StrictFP() 3469 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_StrictFP() 3671 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_Convert_StrictFP() 4026 SDValue Value, NewChain; in WidenVecRes_LOAD() local 4043 SDValue NewChain; in WidenVecRes_LOAD() local 4045 NewChain = LdChain[0]; in WidenVecRes_LOAD() 4051 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_LOAD() 4510 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_STRICT_FSETCC() [all …]
|
| H A D | LegalizeVectorOps.cpp | 1514 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OpChains); in UnrollStrictFPOp() local 1517 Results.push_back(NewChain); in UnrollStrictFPOp()
|
| H A D | DAGCombiner.cpp | 10645 AddToWorklist(NewChain.getNode()); in CombineExtLoad() 10654 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad() 17046 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts() local 17052 DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts() 17063 NewChain, DL, ExtendedStoreVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts() 17072 AddToWorklist(NewChain.getNode()); in mergeStoresOfConstantsOrVecElts() 23359 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores() local 23363 SDValue BetterChain = FindBetterChain(S, NewChain); in parallelizeChainedStores() 23371 SDValue BetterChain = FindBetterChain(St, NewChain); in parallelizeChainedStores() 23387 return ST->getOperand(0) != NewChain; in parallelizeChainedStores() [all …]
|
| H A D | TargetLowering.cpp | 7405 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains); in scalarizeVectorLoad() local 7408 return std::make_pair(Value, NewChain); in scalarizeVectorLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBlockPlacement.cpp | 3094 BlockChain *NewChain = BlockToChain[NewSucc]; in maybeTailDuplicateBlock() local 3095 if (NewChain != &Chain && NewChain != PredChain) in maybeTailDuplicateBlock() 3096 NewChain->UnscheduledPredecessors++; in maybeTailDuplicateBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 176 SDNode *glueCopyToOp(SDNode *N, SDValue NewChain, SDValue Glue) const; 662 SDNode *AMDGPUDAGToDAGISel::glueCopyToOp(SDNode *N, SDValue NewChain, in glueCopyToOp() argument 665 Ops.push_back(NewChain); // Replace the chain. in glueCopyToOp()
|
| H A D | R600ISelLowering.cpp | 1161 SDValue NewChain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, Chain); in LowerSTORE() local 1164 NewChain, DL, Value, Ptr, StoreNode->getPointerInfo(), in LowerSTORE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3065 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in LowerUnalignedLoad() local 3067 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2056 SDValue NewChain = SDValue(Intr.getNode(), 1); in emitIntrinsicWithCCAndChain() local 2057 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithCCAndChain() 2867 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in getVectorCmp() local 2868 SDValue Ops[2] = { Res, NewChain }; in getVectorCmp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 747 SDValue NewChain = in moveBelowOrigChain() local 750 Ops.push_back(NewChain); in moveBelowOrigChain()
|
| H A D | X86ISelLowering.cpp | 29918 SDValue NewChain = emitLockedStackOp(DAG, Subtarget, Chain, DL); in lowerAtomicArith() local 29922 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith() 29925 SDValue NewChain = DAG.getNode(X86ISD::MEMBARRIER, DL, MVT::Other, Chain); in lowerAtomicArith() local 29929 DAG.getUNDEF(VT), NewChain); in lowerAtomicArith()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 15789 if (SDValue NewChain = PerformExtractFpToIntStores(St, DCI.DAG)) in PerformSTORECombine() local 15790 return NewChain; in PerformSTORECombine() 16697 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingToWideningLoad() local 16698 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingToWideningLoad() 17544 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in PerformSplittingMVEEXTToWideningLoad() local 17545 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewChain); in PerformSplittingMVEEXTToWideningLoad()
|