| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 413 MachineInstr *NewStore = in buildCopy() local 424 getBaseOperand(NewStore).setIsKill(false); in buildCopy() 427 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill()); in buildCopy() 428 LLVM_DEBUG(NewStore->dump()); in buildCopy()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 400 auto NewStore = in doSingleStoreMerge() local 402 (void) NewStore; in doSingleStoreMerge() 403 LLVM_DEBUG(dbgs() << "Created merged store: " << *NewStore); in doSingleStoreMerge()
|
| H A D | CombinerHelper.cpp | 3685 GStore *NewStore; in matchTruncStoreMerge() local 3686 if ((NewStore = dyn_cast<GStore>(&*II))) { in matchTruncStoreMerge() 3687 if (NewStore->getMMO().getMemoryType() != MemTy || !NewStore->isSimple()) in matchTruncStoreMerge() 3698 if (!mi_match(NewStore->getPointerReg(), MRI, in matchTruncStoreMerge() 3700 NewBaseReg = NewStore->getPointerReg(); in matchTruncStoreMerge() 3706 auto ShiftByteOffset = getTruncStoreByteOffset(*NewStore, WideSrcVal, MRI); in matchTruncStoreMerge() 3711 LowestIdxStore = NewStore; in matchTruncStoreMerge() 3721 FoundStores.emplace_back(NewStore); in matchTruncStoreMerge()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 420 StoreInst *NewStore = in expandPredicationInMemoryIntrinsic() local 423 NewStore->setAlignment(AlignOpt.value()); in expandPredicationInMemoryIntrinsic() 424 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 493 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 496 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 520 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 534 return NewStore; in combineStoreToNewValue()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 234 const StoreRef &NewStore = in enterStackFrame() local 236 return makeWithStore(NewStore); in enterStackFrame()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1075 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1080 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1083 return NewStore; in lowerPrivateTruncStore() 1110 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1114 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 204 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 210 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8097 SDValue NewStore = in mergeTruncStores() local 8103 return NewStore; in mergeTruncStores() 18028 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 18041 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 18049 CombineTo(StoreNodes[i].MemNode, NewStore); in mergeStoresOfConstantsOrVecElts() 18749 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 18764 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 18774 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() 19030 SDValue NewStore = in visitSTORE() local 19035 assert(NewStore.getNode() == N); in visitSTORE() [all …]
|
| H A D | SelectionDAG.cpp | 6739 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 6742 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|