Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTagInvariantLoads.cpp44 getUnderlyingObjects(LI->getPointerOperand(), Objs); in isInvariantLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp196 bool getUnderlyingObjects(const MachineInstr &MI,
495 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_()
521 getUnderlyingObjects(const MachineInstr &MI, in getUnderlyingObjects() function in MemDefsUses
537 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h481 LLVM_ABI void getUnderlyingObjects(const Value *V,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp930 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
H A DLoopAccessAnalysis.cpp1534 ::getUnderlyingObjects(Ptr, UOs, LI); in processMemAccesses()
H A DInstructionSimplify.cpp2753 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp()
2754 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
H A DValueTracking.cpp6696 void llvm::getUnderlyingObjects(const Value *V, in getUnderlyingObjects() function in llvm
6819 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp273 bool getUnderlyingObjects();
953 if (!getUnderlyingObjects()) in SUnitWithMemInfo()
978 bool SUnitWithMemInfo::getUnderlyingObjects() { in getUnderlyingObjects() function in SUnitWithMemInfo
987 llvm::getUnderlyingObjects(MemOpValue, UnderlyingObjs); in getUnderlyingObjects()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2183 getUnderlyingObjects(I.getOperand(0), WorkList); in visitAddrSpaceCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1250 getUnderlyingObjects(V, Objects, /* LI = */ nullptr); in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2249 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2195 getUnderlyingObjects(CI.getArgOperand(1), Allocas); in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7603 getUnderlyingObjects(ObjectPtr, Allocas); in visitIntrinsicCall()