| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 3756 GStore *NewStore; in matchTruncStoreMerge() local 3757 if ((NewStore = dyn_cast<GStore>(&*II))) { in matchTruncStoreMerge() 3758 if (NewStore->getMMO().getMemoryType() != MemTy || !NewStore->isSimple()) in matchTruncStoreMerge() 3769 if (!mi_match(NewStore->getPointerReg(), MRI, in matchTruncStoreMerge() 3771 NewBaseReg = NewStore->getPointerReg(); in matchTruncStoreMerge() 3777 auto ShiftByteOffset = getTruncStoreByteOffset(*NewStore, WideSrcVal, MRI); in matchTruncStoreMerge() 3782 LowestIdxStore = NewStore; in matchTruncStoreMerge() 3792 FoundStores.emplace_back(NewStore); in matchTruncStoreMerge()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 423 StoreInst *NewStore = in expandPredicationInMemoryIntrinsic() local 426 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 427 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 233 const StoreRef &NewStore = in enterStackFrame() local 235 return makeWithStore(NewStore); in enterStackFrame()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 585 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 588 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 613 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 627 return NewStore; in combineStoreToNewValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1099 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1104 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1107 return NewStore; in lowerPrivateTruncStore() 1134 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1138 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8350 SDValue NewStore = in mergeTruncStores() local 8355 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in mergeTruncStores() 8356 return NewStore; in mergeTruncStores() 18685 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 18687 NewStore = DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in mergeStoresOfConstantsOrVecElts() 18698 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 18706 CombineTo(StoreNodes[i].MemNode, NewStore); in mergeStoresOfConstantsOrVecElts() 19406 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 19421 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 19431 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() [all …]
|
| H A D | SelectionDAG.cpp | 6968 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 6971 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|