/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 416 MachineInstr *NewStore = in buildCopy() local 427 getBaseOperand(NewStore).setIsKill(false); in buildCopy() 430 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill()); in buildCopy() 431 LLVM_DEBUG(NewStore->dump()); in buildCopy()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 384 auto *NewStore = InstStore::create( in instrumentStore() local 387 Context.insert(NewStore); in instrumentStore() 388 Instr = NewStore; in instrumentStore()
|
D | IceTargetLoweringX86BaseImpl.h | 6912 auto *NewStore = Context.insert<InstStore>(Data, OptAddr); 6914 NewStore->setRmwBeacon(Instr->getRmwBeacon()); 6929 auto *NewStore = 6931 NewStore->addArg(Data); 6932 NewStore->addArg(OptAddr); 6933 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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 2406 MachineInstr *NewStore = NULL; in RewriteMBB() local 2424 NewStore = NewMIs[1]; in RewriteMBB() 2425 MBB->insert(MII, NewStore); in RewriteMBB() 2426 VRM->addSpillSlotUse(SS, NewStore); in RewriteMBB() 2444 if (!NewStore) in RewriteMBB() 2449 if (NewStore) { in RewriteMBB() 2452 VRM->virtFolded(VirtReg, NewStore, VirtRegMap::isMod); in RewriteMBB()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 527 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local 530 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID()); in combineStoreToNewValue() 553 NewStore->setMetadata(ID, N); in combineStoreToNewValue() 567 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 203 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local 209 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
|
/external/swiftshader/third_party/llvm-7.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() 1251 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local 1255 StoreNode = cast<StoreSDNode>(NewStore); in LowerSTORE()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); in ConvertUsesToScalar() local 643 NewStore->setAlignment(MTI->getAlignment()); in ConvertUsesToScalar()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13792 SDValue NewStore; in MergeStoresOfConstantsOrVecElts() local 13794 NewStore = DAG.getStore(NewChain, DL, StoredVal, FirstInChain->getBasePtr(), in MergeStoresOfConstantsOrVecElts() 13805 NewStore = DAG.getTruncStore( in MergeStoresOfConstantsOrVecElts() 13814 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeStoresOfConstantsOrVecElts() 14480 SDValue NewLoad, NewStore; in MergeConsecutiveStores() local 14486 NewStore = DAG.getStore( in MergeConsecutiveStores() 14496 NewStore = DAG.getTruncStore(NewStoreChain, StoreDL, NewLoad, in MergeConsecutiveStores() 14514 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeConsecutiveStores() 14666 SDValue NewStore = in visitSTORE() local 14671 assert(NewStore.getNode() == N); in visitSTORE() [all …]
|
D | SelectionDAG.cpp | 5281 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local 5284 OutChains.push_back(NewStore); in chainLoadsAndStoresForMemcpy()
|