| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 402 auto NewStore = in doSingleStoreMerge() local 404 (void) NewStore; in doSingleStoreMerge() 406 << " stores into merged store: " << *NewStore); in doSingleStoreMerge() 764 GStore *NewStore; in mergeTruncStore() local 765 if ((NewStore = dyn_cast<GStore>(&*II))) { in mergeTruncStore() 766 if (NewStore->getMMO().getMemoryType() != MemTy || !NewStore->isSimple()) in mergeTruncStore() 777 if (!mi_match(NewStore->getPointerReg(), *MRI, in mergeTruncStore() 779 NewBaseReg = NewStore->getPointerReg(); in mergeTruncStore() 785 auto ShiftByteOffset = getTruncStoreByteOffset(*NewStore, WideSrcVal, *MRI); in mergeTruncStore() 790 LowestIdxStore = NewStore; in mergeTruncStore() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 89 NewStore, enumerator
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 565 StoreInst *NewStore = in expandPredicationInMemoryIntrinsic() local 568 NewStore->setAlignment(*AlignOpt); in expandPredicationInMemoryIntrinsic() 569 NewMemoryInst = NewStore; in expandPredicationInMemoryIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 588 StoreInst *NewStore = in combineStoreToNewValue() local 590 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 615 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 629 return NewStore; in combineStoreToNewValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 232 const StoreRef &NewStore = in enterStackFrame() local 234 return makeWithStore(NewStore); in enterStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1095 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1100 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1103 return NewStore; in lowerPrivateTruncStore() 1130 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1134 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 347 case NewStore: in connectToSink()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 373 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 379 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 9052 SDValue NewStore = in mergeTruncStores() local 9058 return NewStore; in mergeTruncStores() 20011 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 20013 NewStore = DAG.getStore( in mergeStoresOfConstantsOrVecElts() 20027 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 20748 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 20763 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 20775 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() 21090 SDValue NewStore = in visitSTORE() local 21095 assert(NewStore.getNode() == N); in visitSTORE() [all …]
|
| H A D | SelectionDAG.cpp | 7430 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 7433 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|