/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 18 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 D | GlobalStatus.cpp | 117 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 267 auto StoredVal = in checkBeginFunction() local
|
H A D | NullabilityChecker.cpp | 394 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 D | Simplify.cpp | 365 Value *StoredVal = MA->tryGetValueStored(); in coalesceWrites() local 527 Value *StoredVal = MA->tryGetValueStored(); in removeRedundantWrites() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 412 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 D | MemCpyOptimizer.cpp | 406 Value *StoredVal = NextStore->getValueOperand(); tryMergingIntoMemset() local 774 Value *StoredVal = SI->getValueOperand(); processStore() local
|
H A D | LowerMatrixIntrinsics.cpp | 2085 VisitStore(StoreInst * Inst,Value * StoredVal,Value * Ptr,IRBuilder<> & Builder) VisitStore() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1304 isFusableLoadOpStorePattern(StoreSDNode * StoreNode,SDValue StoredVal,SelectionDAG * CurDAG,LoadSDNode * & LoadNode,SDValue & InputChain) isFusableLoadOpStorePattern() argument 1394 SDValue StoredVal = StoreNode->getOperand(1); tryFoldLoadStoreIntoMemOperand() local [all...] |
H A D | SystemZTargetTransformInfo.cpp | 1221 const Value *StoredVal = SI->getValueOperand(); getMemoryOpCost() local
|
H A D | SystemZISelLowering.cpp | 6981 isOnlyUsedByStores(SDValue StoredVal,SelectionDAG & DAG) isOnlyUsedByStores() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 433 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1264 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); TryToShrinkGlobalToBoolean() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3425 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 D | X86ISelLowering.cpp | 24625 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 D | HexagonLoopIdiomRecognition.cpp | 1927 Value *StoredVal = SI->getValueOperand(); isLegalStore() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3510 SVal StoredVal = State->getSVal(MR); processPointerEscapedOnBind() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9423 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 D | DAGCombiner.cpp | 20180 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 D | RISCVISelLowering.cpp | 5595 SDValue StoredVal = Store->getValue(); expandUnalignedRVVStore() local [all...] |