Searched defs:NewStore (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 384 auto *NewStore = InstStore::create( in instrumentStore() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 416 MachineInstr *NewStore = in buildCopy() local
|
/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 1251 SDValue NewStore = DAG.getTruncStore( in LowerSTORE() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 230 const StoreRef &NewStore = in enterStackFrame() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 203 auto *NewStore = Builder.CreateStore(NewVal, Addr); in doExtraRewritesBeforeFinalDeletion() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 400 StoreInst *NewStore = IC.Builder->CreateAlignedStore( in combineStoreToNewValue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 527 StoreInst *NewStore = IC.Builder.CreateAlignedStore( in combineStoreToNewValue() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); in ConvertUsesToScalar() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 2406 MachineInstr *NewStore = NULL; in RewriteMBB() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11318 SDValue NewStore = DAG.getStore(NewChain, DL, StoredVal, in MergeStoresOfConstantsOrVecElts() local 11873 SDValue NewStore = DAG.getStore( in MergeConsecutiveStores() local 12048 SDValue NewStore = in visitSTORE() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13792 SDValue NewStore; in MergeStoresOfConstantsOrVecElts() local 14480 SDValue NewLoad, NewStore; in MergeConsecutiveStores() local 14666 SDValue NewStore = in visitSTORE() local
|
D | SelectionDAG.cpp | 5281 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), in chainLoadsAndStoresForMemcpy() local
|