Home
last modified time | relevance | path

Searched defs:StoredVal (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp18 canCoerceMustAliasedValueToLoad(Value * StoredVal,Type * LoadTy,const DataLayout & DL) canCoerceMustAliasedValueToLoad() argument
76 coerceAvailableValueToLoadType(Value * StoredVal,Type * LoadedTy,IRBuilderBase & Helper,const DataLayout & DL) coerceAvailableValueToLoadType() argument
213 auto *StoredVal = DepSI->getValueOperand(); analyzeLoadFromClobberingStore() local
[all...]
H A DGlobalStatus.cpp117 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp267 auto StoredVal = in checkBeginFunction() local
H A DNullabilityChecker.cpp394 auto StoredVal = State->getSVal(*RegionVal).getAs<loc::MemRegionVal>(); in checkValueAtLValForInvariantViolation() local
627 auto StoredVal = State->getSVal(Region).getAs<loc::MemRegionVal>(); in checkLocation() local
/llvm-project/polly/lib/Transform/
H A DSimplify.cpp365 Value *StoredVal = MA->tryGetValueStored(); in coalesceWrites() local
527 Value *StoredVal = MA->tryGetValueStored(); in removeRedundantWrites() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp412 Value *StoredVal = SI->getValueOperand(); isLegalStore() local
698 Value *StoredVal = HeadStore->getValueOperand(); processLoopStores() local
1000 processLoopStridedStore(Value * DestPtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlignment,Value * StoredVal,Instruction * TheStore,SmallPtrSetImpl<Instruction * > & Stores,const SCEVAddRecExpr * Ev,const SCEV * BECount,bool IsNegStride,bool IsLoopMemset) processLoopStridedStore() argument
[all...]
H A DMemCpyOptimizer.cpp406 Value *StoredVal = NextStore->getValueOperand(); tryMergingIntoMemset() local
774 Value *StoredVal = SI->getValueOperand(); processStore() local
H A DLowerMatrixIntrinsics.cpp2085 VisitStore(StoreInst * Inst,Value * StoredVal,Value * Ptr,IRBuilder<> & Builder) VisitStore() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1304 isFusableLoadOpStorePattern(StoreSDNode * StoreNode,SDValue StoredVal,SelectionDAG * CurDAG,LoadSDNode * & LoadNode,SDValue & InputChain) isFusableLoadOpStorePattern() argument
1394 SDValue StoredVal = StoreNode->getOperand(1); tryFoldLoadStoreIntoMemOperand() local
[all...]
H A DSystemZTargetTransformInfo.cpp1221 const Value *StoredVal = SI->getValueOperand(); getMemoryOpCost() local
H A DSystemZISelLowering.cpp6981 isOnlyUsedByStores(SDValue StoredVal,SelectionDAG & DAG) isOnlyUsedByStores() argument
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp433 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1264 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); TryToShrinkGlobalToBoolean() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3425 isFusableLoadOpStorePattern(StoreSDNode * StoreNode,SDValue StoredVal,SelectionDAG * CurDAG,unsigned LoadOpNo,LoadSDNode * & LoadNode,SDValue & InputChain) isFusableLoadOpStorePattern() argument
3558 SDValue StoredVal = StoreNode->getOperand(1); foldLoadStoreIntoMemOperand() local
[all...]
H A DX86ISelLowering.cpp24625 SDValue StoredVal = Store->getValue(); splitVectorStore() local
24660 SDValue StoredVal = Store->getValue(); scalarizeVectorStore() local
24696 SDValue StoredVal = St->getValue(); LowerStore() local
51469 SDValue StoredVal = St->getValue(); combineStore() local
51740 SDValue StoredVal = N->getOperand(1); combineVEXTRACT_STORE() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1927 Value *StoredVal = SI->getValueOperand(); isLegalStore() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3510 SVal StoredVal = State->getSVal(MR); processPointerEscapedOnBind() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9423 Value *StoredVal = State.get(StoredVPValue, Part); execute() local
9455 Value *StoredVal = State.get(StoredValue, 0); execute() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20180 SDValue StoredVal; mergeStoresOfConstantsOrVecElts() local
20630 SDValue StoredVal = ST->getValue(); tryStoreMergeOfConstants() local
21119 SDValue StoredVal = peekThroughBitcasts(St->getValue()); mergeConsecutiveStores() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5595 SDValue StoredVal = Store->getValue(); expandUnalignedRVVStore() local
[all...]