Home
last modified time | relevance | path

Searched refs:getValPtr (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h43 : PrevPair(nullptr, Kind), Val(RHS.getValPtr()) { in ValueHandleBase()
44 if (isValid(getValPtr())) in ValueHandleBase()
60 if (isValid(getValPtr())) in ValueHandleBase()
65 if (isValid(getValPtr())) in ~ValueHandleBase()
70 if (getValPtr() == RHS)
72 if (isValid(getValPtr()))
75 if (isValid(getValPtr()))
81 if (getValPtr() == RHS.getValPtr())
82 return RHS.getValPtr();
83 if (isValid(getValPtr()))
[all …]
DValueMap.h258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
322 return LHS == RHS.getValPtr();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp788 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()
803 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()
805 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()
807 if (getValPtr()->HasValueHandle) { in AddToUseList()
810 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()
824 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()
827 getValPtr()->HasValueHandle = true; in AddToUseList()
839 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()
846 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()
863 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp141 auto AVI = AC->AffectedValues.find(getValPtr()); in deleted()
165 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()
242 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
DPhiValues.cpp18 PV->invalidateValue(getValPtr()); in deleted()
24 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
DAliasSetTracker.cpp720 AST->deleteValue(getValPtr()); in deleted()
725 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
DGlobalsModRef.cpp211 Value *V = getValPtr(); in deleted()
DScalarEvolution.cpp11420 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()
11422 SE->eraseValueFromMap(getValPtr()); in deleted()
11432 Value *Old = getValPtr(); in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFLAliasAnalysisUtils.h38 auto *Val = getValPtr(); in removeSelfFromCache()
DIVUsers.h46 return cast<Instruction>(getValPtr()); in getUser()
DBranchProbabilityInfo.h157 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
DScalarEvolutionExpressions.h487 Value *getValue() const { return getValPtr(); } in getValue()
501 Type *getType() const { return getValPtr()->getType(); } in getType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp196 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()
200 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1243 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()