Searched refs:GetUnderlyingObjects (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 355 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 545 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 899 GetUnderlyingObjects(A, Objects, DL); in getModRefInfoForArgument()
|
| H A D | LoopAccessAnalysis.cpp | 910 GetUnderlyingObjects(Ptr, TempObjects, DL, LI); in processMemAccesses()
|
| H A D | ValueTracking.cpp | 3720 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 D | InstructionSimplify.cpp | 2284 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp() 2285 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 788 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1046 GetUnderlyingObjects(const_cast<Value*>(V), in AddAliasScopeMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1174 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 706 GetUnderlyingObjects(const_cast<Value *>(N->getMemOperand()->getValue()), in canLowerToLDG()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 486 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6101 GetUnderlyingObjects(I.getArgOperand(1), Allocas, *DL); in visitIntrinsicCall()
|