| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 412 auto NewStore = in doSingleStoreMerge() local 414 (void) NewStore; in doSingleStoreMerge() 416 << " stores into merged store: " << *NewStore); in doSingleStoreMerge() 773 GStore *NewStore; in mergeTruncStore() local 774 if ((NewStore = dyn_cast<GStore>(&*II))) { in mergeTruncStore() 775 if (NewStore->getMMO().getMemoryType() != MemTy || !NewStore->isSimple()) in mergeTruncStore() 786 if (!mi_match(NewStore->getPointerReg(), *MRI, in mergeTruncStore() 788 NewBaseReg = NewStore->getPointerReg(); in mergeTruncStore() 794 auto ShiftByteOffset = getTruncStoreByteOffset(*NewStore, WideSrcVal, *MRI); in mergeTruncStore() 799 LowestIdxStore = NewStore; in mergeTruncStore() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILDataScalarization.cpp | 172 StoreInst *NewStore = Builder.CreateStore(SI.getValueOperand(), OldGEP); in visitStoreInst() local 173 NewStore->setAlignment(SI.getAlign()); in visitStoreInst() 174 SI.replaceAllUsesWith(NewStore); in visitStoreInst()
|
| H A D | DXILFlattenArrays.cpp | 187 StoreInst *NewStore = Builder.CreateStore(SI.getValueOperand(), OldGEP); in visitStoreInst() local 188 NewStore->setAlignment(SI.getAlign()); in visitStoreInst() 189 SI.replaceAllUsesWith(NewStore); in visitStoreInst()
|
| H A D | DXILLegalizePass.cpp | 86 Value *NewStore = Builder.CreateStore(NewOperands[0], NewOperands[1]); in fixI8UseChain() local 87 ReplacedValues[Store] = NewStore; in fixI8UseChain()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 94 NewStore, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 412 MachineInstr *NewStore = in buildCopy() local 423 getBaseOperand(NewStore).setIsKill(false); in buildCopy() 426 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill()); in buildCopy() 427 LLVM_DEBUG(NewStore->dump()); in buildCopy()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 430 StoreInst *NewStore = in expandPredicationInMemoryIntrinsic() local 433 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 434 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 602 StoreInst *NewStore = in combineStoreToNewValue() local 604 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 629 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 643 return NewStore; in combineStoreToNewValue()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 182 const StoreRef &NewStore = Mgr.StoreMgr->invalidateRegions( in invalidateRegions() local 186 ProgramStateRef NewState = makeWithStore(NewStore); in invalidateRegions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1097 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1102 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1105 return NewStore; in lowerPrivateTruncStore() 1132 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1136 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 400 case NewStore: in connectToSink()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 476 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 482 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 9519 SDValue NewStore = in mergeTruncStores() local 9524 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in mergeTruncStores() 9525 return NewStore; in mergeTruncStores() 21363 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 21365 NewStore = DAG.getStore( in mergeStoresOfConstantsOrVecElts() 21379 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 21390 CombineTo(StoreNodes[i].MemNode, NewStore); in mergeStoresOfConstantsOrVecElts() 22151 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 22166 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 22178 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() [all …]
|
| H A D | SelectionDAG.cpp | 8372 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 8375 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|