Home
last modified time | relevance | path

Searched refs:GetUnderlyingObjects (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h355 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp545 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp899 GetUnderlyingObjects(A, Objects, DL); in getModRefInfoForArgument()
H A DLoopAccessAnalysis.cpp910 GetUnderlyingObjects(Ptr, TempObjects, DL, LI); in processMemAccesses()
H A DValueTracking.cpp3720 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm
3801 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjectsForCodeGen()
H A DInstructionSimplify.cpp2284 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp()
2285 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp788 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1046 GetUnderlyingObjects(const_cast<Value*>(V), in AddAliasScopeMetadata()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1174 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp706 GetUnderlyingObjects(const_cast<Value *>(N->getMemOperand()->getValue()), in canLowerToLDG()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp486 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6101 GetUnderlyingObjects(I.getArgOperand(1), Allocas, *DL); in visitIntrinsicCall()