Searched defs:StoredVal (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp110 Value *StoredVal = SI->getOperand(0); local
H A DVNCoercion.cpp17 bool canCoerceMustAliasedValueToLoad(Value *StoredVal, Type *LoadTy, argument
54 static T *coerceAvailableValueToLoadTypeHelper(T *StoredVal, Type *LoadedTy, argument
149 coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, IRBuilderBase &IRB, const DataLayout &DL) argument
220 auto *StoredVal = DepSI->getValueOperand(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp265 auto StoredVal = local
H A DNullabilityChecker.cpp543 auto StoredVal = State->getSVal(Region).getAs<loc::MemRegionVal>(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1091 const Value *StoredVal = SI->getValueOperand(); local
H A DSystemZISelDAGToDAG.cpp1334 SDValue StoredVal = StoreNode->getOperand(1); local
1243 isFusableLoadOpStorePattern(StoreSDNode *StoreNode, SDValue StoredVal, SelectionDAG *CurDAG, LoadSDNode *&LoadNode, SDValue &InputChain) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp731 Value *StoredVal = HeadStore->getValueOperand(); local
890 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride, bool IsLoopMemset) argument
[all...]
H A DLowerMatrixIntrinsics.cpp1366 bool VisitStore(StoreInst *Inst, Value *StoredVal, Value *Ptr, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2757 SVal StoredVal = State->getSVal(MR); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3034 SDValue StoredVal = StoreNode->getOperand(1); local
2900 isFusableLoadOpStorePattern(StoreSDNode *StoreNode, SDValue StoredVal, SelectionDAG *CurDAG, unsigned LoadOpNo, LoadSDNode *&LoadNode, SDValue &InputChain) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15929 SDValue StoredVal; local
16346 SDValue StoredVal = ST->getValue(); local
[all...]

Completed in 169 milliseconds