Searched defs:NewStore (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 89 NewStore, enumerator
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 416 (void) NewStore; in doSingleStoreMerge() local 778 if (NewStore->getMMO().getMemoryType() != MemTy || !NewStore->isSimple()) in mergeTruncStore() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 413 MachineInstr *NewStore = buildCopy() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 589 StoreInst *NewStore = expandPredicationInMemoryIntrinsic() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1095 SDValue NewStore = DAG.getStore(Chain, DL, Value, Ptr, PtrInfo); lowerPrivateTruncStore() local 1130 SDValue NewStore = DAG.getTruncStore( LowerSTORE() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 246 const StoreRef &NewStore = enterStackFrame() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 582 StoreInst *NewStore = combineStoreToNewValue() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 424 auto *NewStore = Builder.CreateStore(NewVal, Addr); doExtraRewritesBeforeFinalDeletion() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 9079 SDValue NewStore = mergeTruncStores() local 20302 SDValue NewStore; mergeStoresOfConstantsOrVecElts() local 21039 SDValue NewLoad, NewStore; tryStoreMergeOfLoads() local 21399 SDValue NewStore = visitSTORE() local [all...] |
H A D | SelectionDAG.cpp | 7761 SDValue NewStore = DAG.getTruncStore(LoadToken, dl, ST->getValue(), chainLoadsAndStoresForMemcpy() local
|