Searched refs:getUnderlyingObjects (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 398 void getUnderlyingObjects(const Value *V,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 739 static void getUnderlyingObjects(const MachineInstr *MI, in getUnderlyingObjects() function 746 getUnderlyingObjects(MM->getValue(), Objs); in getUnderlyingObjects() 770 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences() 779 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 910 getUnderlyingObjects(A, Objects); in getModRefInfoForArgument()
|
H A D | LoopAccessAnalysis.cpp | 1288 getUnderlyingObjects(Ptr, TempObjects, LI); in processMemAccesses()
|
H A D | InstructionSimplify.cpp | 2821 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp() 2822 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
|
H A D | ValueTracking.cpp | 4613 void llvm::getUnderlyingObjects(const Value *V, in getUnderlyingObjects() function in llvm 4692 getUnderlyingObjects(V, Objs); in getUnderlyingObjectsForCodeGen()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1231 getUnderlyingObjects(V, Objects, /* LI = */ nullptr); in AddAliasScopeMetadata()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2240 getUnderlyingObjects(Addr, Objs); in loadShadowOriginSansLoadTracking()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 712 getUnderlyingObjects(N->getMemOperand()->getValue(), Objs); in canLowerToLDG()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1913 getUnderlyingObjects(CI.getArgOperand(1), Allocas); in translateKnownIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6949 getUnderlyingObjects(ObjectPtr, Allocas); in visitIntrinsicCall()
|