/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 18 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 D | GlobalStatus.cpp | 117 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 419 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local 705 Value *StoredVal = HeadStore->getValueOperand(); in processLoopStores() local 1007 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore()
|
H A D | MemCpyOptimizer.cpp | 407 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset() local 775 Value *StoredVal = SI->getValueOperand(); in processStore() local
|
H A D | LowerMatrixIntrinsics.cpp | 2085 bool VisitStore(StoreInst *Inst, Value *StoredVal, Value *Ptr, in VisitStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1304 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 1394 SDValue StoredVal = StoreNode->getOperand(1); in tryFoldLoadStoreIntoMemOperand() local
|
H A D | SystemZTargetTransformInfo.cpp | 1221 const Value *StoredVal = SI->getValueOperand(); in getMemoryOpCost() local
|
H A D | SystemZISelLowering.cpp | 6977 static bool isOnlyUsedByStores(SDValue StoredVal, SelectionDAG &DAG) { in isOnlyUsedByStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 433 auto RecordStore = [&](const Value* StoredVal) { in analyzeAllUses() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1264 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); in TryToShrinkGlobalToBoolean() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3426 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 3559 SDValue StoredVal = StoreNode->getOperand(1); in foldLoadStoreIntoMemOperand() local
|
H A D | X86ISelLowering.cpp | 24601 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 D | HexagonLoopIdiomRecognition.cpp | 1927 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3515 SVal StoredVal = State->getSVal(MR); in processPointerEscapedOnBind() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9314 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 D | DAGCombiner.cpp | 20227 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 D | RISCVISelLowering.cpp | 5601 SDValue StoredVal = Store->getValue(); expandUnalignedRVVStore() local
|