/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 265 auto StoredVal = in checkBeginFunction() local
|
H A D | NullabilityChecker.cpp | 386 auto StoredVal = State->getSVal(*RegionVal).getAs<loc::MemRegionVal>(); in checkValueAtLValForInvariantViolation() local 592 auto StoredVal = State->getSVal(Region).getAs<loc::MemRegionVal>(); in checkLocation() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 446 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset() local 801 Value *StoredVal = SI->getValueOperand(); in processStore() local
|
H A D | LoopIdiomRecognize.cpp | 489 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local 775 Value *StoredVal = HeadStore->getValueOperand(); in processLoopStores() local 1100 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore()
|
H A D | LowerMatrixIntrinsics.cpp | 1833 bool VisitStore(StoreInst *Inst, Value *StoredVal, Value *Ptr, in VisitStore()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1254 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 1344 SDValue StoredVal = StoreNode->getOperand(1); in tryFoldLoadStoreIntoMemOperand() local
|
H A D | SystemZTargetTransformInfo.cpp | 1169 const Value *StoredVal = SI->getValueOperand(); in getMemoryOpCost() local
|
H A D | SystemZISelLowering.cpp | 6369 static bool isOnlyUsedByStores(SDValue StoredVal, SelectionDAG &DAG) { in isOnlyUsedByStores()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1235 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); in TryToShrinkGlobalToBoolean() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3106 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern() 3239 SDValue StoredVal = StoreNode->getOperand(1); in foldLoadStoreIntoMemOperand() local
|
H A D | X86ISelLowering.cpp | 26037 SDValue StoredVal = Store->getValue(); in splitVectorStore() local 26072 SDValue StoredVal = Store->getValue(); in scalarizeVectorStore() local 26108 SDValue StoredVal = St->getValue(); in LowerStore() local 50675 SDValue StoredVal = St->getValue(); in combineStore() local 50952 SDValue StoredVal = N->getOperand(1); in combineVEXTRACT_STORE() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1933 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3484 SVal StoredVal = State->getSVal(MR); in processPointerEscapedOnBind() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 18573 SDValue StoredVal; in mergeStoresOfConstantsOrVecElts() local 19002 SDValue StoredVal = ST->getValue(); in tryStoreMergeOfConstants() local 19482 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9775 Value *StoredVal = State.get(StoredValue, Part); in execute() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3665 SDValue StoredVal = Store->getValue(); in expandUnalignedRVVStore() local
|