Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp18 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, in canCoerceMustAliasedValueToLoad()
76 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType()
213 auto *StoredVal = DepSI->getValueOperand(); in analyzeLoadFromClobberingStore() local
H A DGlobalStatus.cpp117 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp419 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
705 Value *StoredVal = HeadStore->getValueOperand(); in processLoopStores() local
1007 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore()
H A DMemCpyOptimizer.cpp407 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset() local
775 Value *StoredVal = SI->getValueOperand(); in processStore() local
H A DLowerMatrixIntrinsics.cpp2085 bool VisitStore(StoreInst *Inst, Value *StoredVal, Value *Ptr, in VisitStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1304 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
1394 SDValue StoredVal = StoreNode->getOperand(1); in tryFoldLoadStoreIntoMemOperand() local
H A DSystemZTargetTransformInfo.cpp1221 const Value *StoredVal = SI->getValueOperand(); in getMemoryOpCost() local
H A DSystemZISelLowering.cpp6977 static bool isOnlyUsedByStores(SDValue StoredVal, SelectionDAG &DAG) { in isOnlyUsedByStores()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp433 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1264 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); in TryToShrinkGlobalToBoolean() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3426 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
3559 SDValue StoredVal = StoreNode->getOperand(1); in foldLoadStoreIntoMemOperand() local
H A DX86ISelLowering.cpp24601 SDValue StoredVal = Store->getValue(); in splitVectorStore() local
24636 SDValue StoredVal = Store->getValue(); in scalarizeVectorStore() local
24672 SDValue StoredVal = St->getValue(); in LowerStore() local
51607 SDValue StoredVal = St->getValue(); in combineStore() local
51878 SDValue StoredVal = N->getOperand(1); in combineVEXTRACT_STORE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1927 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3515 SVal StoredVal = State->getSVal(MR); in processPointerEscapedOnBind() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9314 Value *StoredVal = State.get(StoredVPValue, Part); in execute() local
9346 Value *StoredVal = State.get(StoredValue, 0); in execute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20227 SDValue StoredVal; in mergeStoresOfConstantsOrVecElts() local
20685 SDValue StoredVal = ST->getValue(); in tryStoreMergeOfConstants() local
21174 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5601 SDValue StoredVal = Store->getValue(); expandUnalignedRVVStore() local