/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
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()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 384 auto *NewStore = in instrumentStore() local 388 Context.insert(NewStore); in instrumentStore() 389 Instr = NewStore; in instrumentStore()
|
D | IceTargetLoweringX86BaseImpl.h | 6965 auto *NewStore = Context.insert<InstStore>(Data, OptAddr); 6967 NewStore->setRmwBeacon(Instr->getRmwBeacon()); 6981 auto *NewStore = Context.insert<InstIntrinsic>(3, nullptr, Info); 6982 NewStore->addArg(Data); 6983 NewStore->addArg(OptAddr); 6984 NewStore->addArg(Intrinsic->getArg(2));
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 400 StoreInst *NewStore = IC.Builder->CreateAlignedStore( in combineStoreToNewValue() local 403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope()); in combineStoreToNewValue() 426 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 440 return NewStore; in combineStoreToNewValue()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 238 const StoreRef &NewStore = in enterStackFrame() local 240 return makeWithStore(NewStore); in enterStackFrame()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 494 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 497 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 521 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 535 return NewStore; in combineStoreToNewValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 491 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 494 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 518 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 531 return NewStore; in combineStoreToNewValue()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 230 const StoreRef &NewStore = in enterStackFrame() local 232 return makeWithStore(NewStore); in enterStackFrame()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 212 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 218 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 214 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 220 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1218 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1223 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1226 return NewStore; in lowerPrivateTruncStore() 1253 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1257 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1223 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); in lowerPrivateTruncStore() local 1228 Chain = DAG.getNode(AMDGPUISD::DUMMY_CHAIN, DL, MVT::Other, NewStore); in lowerPrivateTruncStore() 1231 return NewStore; in lowerPrivateTruncStore() 1258 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1262 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6724 SDValue NewStore = in MatchStoreCombine() local 6729 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in MatchStoreCombine() 6730 return NewStore; in MatchStoreCombine() 15488 SDValue NewStore; in MergeStoresOfConstantsOrVecElts() local 15490 NewStore = DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in MergeStoresOfConstantsOrVecElts() 15501 NewStore = DAG.getTruncStore( in MergeStoresOfConstantsOrVecElts() 15510 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeStoresOfConstantsOrVecElts() 16225 SDValue NewLoad, NewStore; in MergeConsecutiveStores() local 16231 NewStore = DAG.getStore( in MergeConsecutiveStores() 16241 NewStore = DAG.getTruncStore(NewStoreChain, StoreDL, NewLoad, in MergeConsecutiveStores() [all …]
|
D | SelectionDAG.cpp | 5864 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 5867 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7266 SDValue NewStore = in mergeTruncStores() local 7271 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in mergeTruncStores() 7272 return NewStore; in mergeTruncStores() 16531 SDValue NewStore; in mergeStoresOfConstantsOrVecElts() local 16533 NewStore = in mergeStoresOfConstantsOrVecElts() 16544 NewStore = DAG.getTruncStore( in mergeStoresOfConstantsOrVecElts() 16552 CombineTo(StoreNodes[i].MemNode, NewStore); in mergeStoresOfConstantsOrVecElts() 17234 SDValue NewLoad, NewStore; in tryStoreMergeOfLoads() local 17249 NewStore = DAG.getStore( in tryStoreMergeOfLoads() 17259 NewStore = DAG.getTruncStore( in tryStoreMergeOfLoads() [all …]
|
D | SelectionDAG.cpp | 5984 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 5987 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11318 SDValue NewStore = DAG.getStore(NewChain, DL, StoredVal, in MergeStoresOfConstantsOrVecElts() local 11329 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeStoresOfConstantsOrVecElts() 11332 CombineTo(LatestOp, NewStore); in MergeStoresOfConstantsOrVecElts() 11873 SDValue NewStore = DAG.getStore( in MergeConsecutiveStores() local 11887 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeConsecutiveStores() 11890 CombineTo(LatestOp, NewStore); in MergeConsecutiveStores() 12048 SDValue NewStore = in visitSTORE() local 12053 if (NewStore.getNode() != N) in visitSTORE() 12054 return CombineTo(ST, NewStore, true); in visitSTORE()
|