Searched refs:getUnderlyingObjects (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 198 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 771 void getUnderlyingObjects(const Value *V,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 818 static void getUnderlyingObjects(const MachineInstr *MI, in getUnderlyingObjects() function 825 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects() 848 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences() 857 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 915 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
|
H A D | LoopAccessAnalysis.cpp | 1378 ::getUnderlyingObjects(Ptr, UOs, LI); in processMemAccesses()
|
H A D | InstructionSimplify.cpp | 2804 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp() 2805 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
|
H A D | ValueTracking.cpp | 6581 void llvm::getUnderlyingObjects(const Value *V, in getUnderlyingObjects() function in llvm 6704 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 2083 getUnderlyingObjects(I.getOperand(0), WorkList); in visitAddrSpaceCastInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1228 getUnderlyingObjects(V, Objects, /* LI = */ nullptr); in AddAliasScopeMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2259 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 748 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2180 getUnderlyingObjects(CI.getArgOperand(1), Allocas); in translateKnownIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7547 getUnderlyingObjects(ObjectPtr, Allocas); in visitIntrinsicCall()
|