Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp467 Value *StoreValue = Cand.Store->getValueOperand(); in propagateStoredValueToLoadUsers() local
469 StoreValue = CastInst::CreateBitOrPointerCast(StoreValue, LoadType, in propagateStoredValueToLoadUsers()
475 cast<Instruction>(StoreValue)->setDebugLoc(Cand.Load->getDebugLoc()); in propagateStoredValueToLoadUsers()
478 PHI->addIncoming(StoreValue, L->getLoopLatch()); in propagateStoredValueToLoadUsers()
/freebsd/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()
408 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
H A DPPCHazardRecognizers.h71 const Value *StoreValue[4]; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp521 Value *StoreValue = nullptr; in getPromotableAlloca() local
530 if (StoreValue || Store->isVolatile()) in getPromotableAlloca()
532 StoreValue = Store->getValueOperand(); in getPromotableAlloca()
539 if (!StoreValue) in getPromotableAlloca()
542 return getCandidateConstant(StoreValue); in getPromotableAlloca()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6130 llvm::Value *StoreValue = CGF.EmitScalarConversion( in emitRestoreIP() local
6133 StoreValues.emplace_back(StoreValue); in emitRestoreIP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2554 SDValue StoreValue = ST->getValue(); in expandMultipleResultFPLibCall() local
2555 unsigned ResNo = StoreValue.getResNo(); in expandMultipleResultFPLibCall()
2566 Type *StoreType = StoreValue.getValueType().getTypeForEVT(Ctx); in expandMultipleResultFPLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6850 auto StoreValue = DAG.SplitScalar(Value, DL, MVT::i64, MVT::i64); in LowerStore128() local
6853 std::swap(StoreValue.first, StoreValue.second); in LowerStore128()
6856 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128()