/freebsd-src/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-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 414 Value *StoredVal = SI->getValueOperand(); isLegalStore() local 700 Value *StoredVal = HeadStore->getValueOperand(); processLoopStores() local 1002 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 | 402 Value *StoredVal = NextStore->getValueOperand(); tryMergingIntoMemset() local 771 Value *StoredVal = SI->getValueOperand(); processStore() local
|
H A D | LowerMatrixIntrinsics.cpp | 1987 VisitStore(StoreInst * Inst,Value * StoredVal,Value * Ptr,IRBuilder<> & Builder) VisitStore() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1289 isFusableLoadOpStorePattern(StoreSDNode * StoreNode,SDValue StoredVal,SelectionDAG * CurDAG,LoadSDNode * & LoadNode,SDValue & InputChain) isFusableLoadOpStorePattern() argument 1379 SDValue StoredVal = StoreNode->getOperand(1); tryFoldLoadStoreIntoMemOperand() local [all...] |
H A D | SystemZTargetTransformInfo.cpp | 1219 const Value *StoredVal = SI->getValueOperand(); getMemoryOpCost() local
|
H A D | SystemZISelLowering.cpp | 6864 isOnlyUsedByStores(SDValue StoredVal,SelectionDAG & DAG) isOnlyUsedByStores() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 411 __anon364a5b7b0502(const Value* StoredVal) analyzeAllUses() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1253 Instruction *StoredVal = cast<Instruction>(SI->getOperand(0)); TryToShrinkGlobalToBoolean() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3364 isFusableLoadOpStorePattern(StoreSDNode * StoreNode,SDValue StoredVal,SelectionDAG * CurDAG,unsigned LoadOpNo,LoadSDNode * & LoadNode,SDValue & InputChain) isFusableLoadOpStorePattern() argument 3497 SDValue StoredVal = StoreNode->getOperand(1); foldLoadStoreIntoMemOperand() local [all...] |
H A D | X86ISelLowering.cpp | 24391 SDValue StoredVal = Store->getValue(); splitVectorStore() local 24426 SDValue StoredVal = Store->getValue(); scalarizeVectorStore() local 24462 SDValue StoredVal = St->getValue(); LowerStore() local 50385 SDValue StoredVal = St->getValue(); combineStore() local 50666 SDValue StoredVal = N->getOperand(1); combineVEXTRACT_STORE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1933 Value *StoredVal = SI->getValueOperand(); isLegalStore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3503 SVal StoredVal = State->getSVal(MR); processPointerEscapedOnBind() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 19889 SDValue StoredVal; mergeStoresOfConstantsOrVecElts() local 20339 SDValue StoredVal = ST->getValue(); tryStoreMergeOfConstants() local 20828 SDValue StoredVal = peekThroughBitcasts(St->getValue()); mergeConsecutiveStores() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9504 Value *StoredVal = State.get(StoredValue, Part); execute() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5277 SDValue StoredVal = Store->getValue(); expandUnalignedRVVStore() local
|