Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp17 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, in canCoerceMustAliasedValueToLoad()
67 static T *coerceAvailableValueToLoadTypeHelper(T *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadTypeHelper()
162 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, in coerceAvailableValueToLoadType()
228 auto *StoredVal = DepSI->getValueOperand(); in analyzeLoadFromClobberingStore() local
H A DGlobalStatus.cpp110 Value *StoredVal = SI->getOperand(0); in analyzeGlobalAux() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp265 auto StoredVal = in checkBeginFunction() local
H A DNullabilityChecker.cpp350 auto StoredVal = State->getSVal(*RegionVal).getAs<loc::MemRegionVal>(); in checkValueAtLValForInvariantViolation() local
543 auto StoredVal = State->getSVal(Region).getAs<loc::MemRegionVal>(); in checkLocation() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp422 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset() local
663 Value *StoredVal = SI->getValueOperand(); in processStore() local
H A DLoopIdiomRecognize.cpp487 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
776 Value *StoredVal = HeadStore->getValueOperand(); in processLoopStores() local
1031 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore()
H A DLowerMatrixIntrinsics.cpp1507 bool VisitStore(StoreInst *Inst, Value *StoredVal, Value *Ptr, in VisitStore()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1248 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
1338 SDValue StoredVal = StoreNode->getOperand(1); in tryFoldLoadStoreIntoMemOperand() local
H A DSystemZTargetTransformInfo.cpp1119 const Value *StoredVal = SI->getValueOperand(); in getMemoryOpCost() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2995 SDValue StoredVal, SelectionDAG *CurDAG, in isFusableLoadOpStorePattern()
3128 SDValue StoredVal = StoreNode->getOperand(1); in foldLoadStoreIntoMemOperand() local
H A DX86ISelLowering.cpp24146 SDValue StoredVal = Store->getValue(); in splitVectorStore() local
24181 SDValue StoredVal = Store->getValue(); in scalarizeVectorStore() local
24217 SDValue StoredVal = St->getValue(); in LowerStore() local
45822 SDValue StoredVal = St->getValue(); in combineStore() local
46097 SDValue StoredVal = N->getOperand(1); in combineVEXTRACT_STORE() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1235 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); in TryToShrinkGlobalToBoolean() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1938 Value *StoredVal = SI->getValueOperand(); in isLegalStore() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2811 SVal StoredVal = State->getSVal(MR); in processPointerEscapedOnBind() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16744 SDValue StoredVal; in mergeStoresOfConstantsOrVecElts() local
17161 SDValue StoredVal = ST->getValue(); in tryStoreMergeOfConstants() local
17628 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2953 Value *StoredVal = State.get(StoredValue, Part); in vectorizeMemoryInstruction() local