Searched refs:NewStore (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 418 MachineInstr *NewStore = in buildCopy() local 429 getBaseOperand(NewStore).setIsKill(false); in buildCopy() 432 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill()); in buildCopy() 433 LLVM_DEBUG(NewStore->dump()); in buildCopy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 492 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 495 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 519 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 533 return NewStore; in combineStoreToNewValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 238 const StoreRef &NewStore = in enterStackFrame() local 240 return makeWithStore(NewStore); in enterStackFrame()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 213 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 219 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1128 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1133 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1136 return NewStore; in lowerPrivateTruncStore() 1163 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1167 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7423 SDValue NewStore = in mergeTruncStores() local 7428 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in mergeTruncStores() 7429 return NewStore; in mergeTruncStores() 16851 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 16853 NewStore = in mergeStoresOfConstantsOrVecElts() 16864 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 16872 CombineTo(StoreNodes[i].MemNode, NewStore); in mergeStoresOfConstantsOrVecElts() 17552 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 17567 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 17577 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() [all …]
|
| H A D | SelectionDAG.cpp | 6318 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 6321 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|