Home
last modified time | relevance | path

Searched refs:StoreValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()
307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
H A DPPCHazardRecognizers.h71 const Value *StoreValue[4]; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp459 Value *StoreValue = Cand.Store->getValueOperand(); in propagateStoredValueToLoadUsers() local
461 StoreValue = CastInst::CreateBitOrPointerCast( in propagateStoredValueToLoadUsers()
462 StoreValue, LoadType, "store_forward_cast", Cand.Store); in propagateStoredValueToLoadUsers()
464 PHI->addIncoming(StoreValue, L->getLoopLatch()); in propagateStoredValueToLoadUsers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp478 Value *StoreValue = nullptr; in getPromotableAlloca() local
492 if (StoreValue || Store->isVolatile()) in getPromotableAlloca()
494 StoreValue = Store->getValueOperand(); in getPromotableAlloca()
501 if (!StoreValue) in getPromotableAlloca()
504 return getCandidateConstant(StoreValue); in getPromotableAlloca()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5860 llvm::Value *StoreValue = CGF.EmitScalarConversion( in emitRestoreIP() local
5863 StoreValues.emplace_back(StoreValue); in emitRestoreIP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5940 auto StoreValue = DAG.SplitScalar(Value, DL, MVT::i64, MVT::i64); in LowerStore128() local
5943 std::swap(StoreValue.first, StoreValue.second); in LowerStore128()
5946 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128()