Searched refs:StoreValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 468 Value *StoreValue = Cand.Store->getValueOperand(); in propagateStoredValueToLoadUsers() local 470 StoreValue = CastInst::CreateBitOrPointerCast(StoreValue, LoadType, in propagateStoredValueToLoadUsers() 476 cast<Instruction>(StoreValue)->setDebugLoc(Cand.Load->getDebugLoc()); in propagateStoredValueToLoadUsers() 479 PHI->addIncoming(StoreValue, L->getLoopLatch()); in propagateStoredValueToLoadUsers()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 302 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 D | PPCHazardRecognizers.h | 71 const Value *StoreValue[4]; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 478 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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5914 llvm::Value *StoreValue = CGF.EmitScalarConversion( in emitRestoreIP() local 5917 StoreValues.emplace_back(StoreValue); in emitRestoreIP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6523 auto StoreValue = DAG.SplitScalar(Value, DL, MVT::i64, MVT::i64); in LowerStore128() local 6526 std::swap(StoreValue.first, StoreValue.second); in LowerStore128() 6529 {StoreNode->getChain(), StoreValue.first, StoreValue.second, in LowerStore128()
|