Home
last modified time | relevance | path

Searched refs:getUnderlyingObjects (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dnullptr.ll4 ; The analyzer uses to be confused by the "diamond" because getUnderlyingObjects
6 ; needs to ignore null in the results returned by getUnderlyingObjects.
H A Dunderlying-objects-2.ll25 ; Since A[i] and A[i-1] are likely to be independent, getUnderlyingObjects
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp198 bool getUnderlyingObjects(const MachineInstr &MI,
500 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
526 getUnderlyingObjects(const MachineInstr &MI, in getUnderlyingObjects() function in MemDefsUses
542 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpromote-alloca-to-lds-phi.ll132 ; getUnderlyingObjects when looking at the icmp user.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h407 void getUnderlyingObjects(const Value *V,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp719 static void getUnderlyingObjects(const MachineInstr *MI, in getUnderlyingObjects() function
726 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects()
750 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
759 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DGlobalsModRef.cpp911 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
H A DLoopAccessAnalysis.cpp1236 getUnderlyingObjects(Ptr, TempObjects, LI); in processMemAccesses()
H A DInstructionSimplify.cpp2762 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp()
2763 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
H A DValueTracking.cpp4505 void llvm::getUnderlyingObjects(const Value *V, in getUnderlyingObjects() function in llvm
4584 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1101 getUnderlyingObjects(V, Objects, /* LI = */ nullptr); in AddAliasScopeMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2058 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp707 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1914 getUnderlyingObjects(CI.getArgOperand(1), Allocas); in translateKnownIntrinsic()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3998 getUnderlyingObjects(SI->getPointerOperand(), Objects); in updateImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6869 getUnderlyingObjects(ObjectPtr, Allocas); in visitIntrinsicCall()